Color Hex Logo

#fce452 Color Hex

#FCE452
(252,228,82)
0 Favorites   0 Comments

Color spaces of #fce452

RGB 25222882
HSL0.140.970.65
HSV52°67°99°
CMYK 0.000.100.67   0.01
XYZ69.411376.791419.1465
Yxy76.79140.41980.4644
Hunter Lab87.6307-11.965948.3872
CIE-Lab90.2255-7.604671.0988

#fce452 color RGB value is (252,228,82).

#fce452 hex color red value is 252, green value is 228 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fce452 hue: 0.14 , saturation: 0.97 and the lightness value of fce452 is 0.65.

The process color (four color CMYK) of #fce452 color hex is 0.00, 0.10, 0.67, 0.01. Web safe color of #fce452 is #ffcc66. Color #fce452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01010010
Octal 374 344 122
Decimal 252 228 82
Hex FC E4 52

RGB Percentages of Color #fce452

%44.84
%40.57
%14.59

CMYK Percentages of Color #fce452

%0
%10
%67
%1

Triadic Colors of #fce452

#fce452 #52fce4 #e452fc

Analogous Colors of #fce452

#fce452 #bffc52 #fc8f52

Monochromatic Colors of #fce452

#fce452

Complementary Color

#fce452 #526afc

#fce452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce452 Color CSS Codes

.mybgcolor {background-color:#fce452; } 
.myforecolor {color:#fce452; }
.mybordercolor {border:3px solid #fce452; }

#fce452 Text Font Color

<p style="color:#fce452">Text here</p>

This sample text font color is #fce452
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fce452 Background Color

<div style="background-color:#fce452">
Div content here</div>

This div background color is #fce452


#fce452 Border Color

<div style="border:3px solid #fce452">
Div here</div>

This div border color is #fce452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,228,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fce452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fce452;
  -webkit-box-shadow: 1px 1px 3px 2px #fce452;
  box-shadow:         1px 1px 3px 2px #fce452; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,228,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fce452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fce452;
  -webkit-box-shadow: 1px 1px 3px 2px #fce452;
  box-shadow:         1px 1px 3px 2px #fce452;">
Div content here</div>

This div box has shadow with color #fce452

#fce452 Color Palettes


Comments

No comments written yet.

Please login to write comment.