Color Hex Logo

#fcea83 Color Hex

#FCEA83
(252,234,131)
0 Favorites   0 Comments

Color spaces of #fcea83

RGB 252234131
HSL0.140.950.75
HSV51°48°99°
CMYK 0.000.070.48   0.01
XYZ73.664481.179833.2595
Yxy81.17980.39160.4316
Hunter Lab90.0998-11.735541.1835
CIE-Lab92.2116-7.150751.8777

#fcea83 color RGB value is (252,234,131).

#fcea83 hex color red value is 252, green value is 234 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fcea83 hue: 0.14 , saturation: 0.95 and the lightness value of fcea83 is 0.75.

The process color (four color CMYK) of #fcea83 color hex is 0.00, 0.07, 0.48, 0.01. Web safe color of #fcea83 is #ffff99. Color #fcea83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10000011
Octal 374 352 203
Decimal 252 234 131
Hex FC EA 83

RGB Percentages of Color #fcea83

%40.84
%37.93
%21.23

CMYK Percentages of Color #fcea83

%0
%7
%48
%1

Triadic Colors of #fcea83

#fcea83 #83fcea #ea83fc

Analogous Colors of #fcea83

#fcea83 #d2fc83 #fcae83

Monochromatic Colors of #fcea83

#fcea83

Complementary Color

#fcea83 #8395fc

#fcea83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea83 Color CSS Codes

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

#fcea83 Text Font Color

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

This sample text font color is #fcea83
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.


#fcea83 Background Color

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

This div background color is #fcea83


#fcea83 Border Color

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

This div border color is #fcea83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea83


Comments

No comments written yet.

Please login to write comment.