Color Hex Logo

#fcea93 Color Hex

#FCEA93
(252,234,147)
0 Favorites   0 Comments

Color spaces of #fcea93

RGB 252234147
HSL0.140.950.78
HSV50°42°99°
CMYK 0.000.070.42   0.01
XYZ74.834281.647739.4192
Yxy81.64770.38200.4168
Hunter Lab90.3591-10.297237.3861
CIE-Lab92.4191-5.626744.3866

#fcea93 color RGB value is (252,234,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10010011
Octal 374 352 223
Decimal 252 234 147
Hex FC EA 93

RGB Percentages of Color #fcea93

%39.81
%36.97
%23.22

CMYK Percentages of Color #fcea93

%0
%7
%42
%1

Triadic Colors of #fcea93

#fcea93 #93fcea #ea93fc

Analogous Colors of #fcea93

#fcea93 #dafc93 #fcb693

Monochromatic Colors of #fcea93

#fcea93

Complementary Color

#fcea93 #93a5fc

#fcea93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea93 Color CSS Codes

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

#fcea93 Text Font Color

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

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


#fcea93 Background Color

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

This div background color is #fcea93


#fcea93 Border Color

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

This div border color is #fcea93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea93

Related Colors


Comments

No comments written yet.

Please login to write comment.