Color Hex Logo

#efca9b Color Hex

#EFCA9B
(239,202,155)
0 Favorites   0 Comments

Color spaces of #efca9b

RGB 239202155
HSL0.090.720.77
HSV34°35°94°
CMYK 0.000.150.35   0.06
XYZ62.633562.958339.8614
Yxy62.95830.37860.3805
Hunter Lab79.34632.046425.7567
CIE-Lab83.42046.567328.3405

#efca9b color RGB value is (239,202,155).

#efca9b hex color red value is 239, green value is 202 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #efca9b hue: 0.09 , saturation: 0.72 and the lightness value of efca9b is 0.77.

The process color (four color CMYK) of #efca9b color hex is 0.00, 0.15, 0.35, 0.06. Web safe color of #efca9b is #ffcc99. Color #efca9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10011011
Octal 357 312 233
Decimal 239 202 155
Hex EF CA 9B

RGB Percentages of Color #efca9b

%40.10
%33.89
%26.01

CMYK Percentages of Color #efca9b

%0
%15
%35
%6

Triadic Colors of #efca9b

#efca9b #9befca #ca9bef

Analogous Colors of #efca9b

#efca9b #eaef9b #efa09b

Monochromatic Colors of #efca9b

#efca9b

Complementary Color

#efca9b #9bc0ef

#efca9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca9b Color CSS Codes

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

#efca9b Text Font Color

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

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


#efca9b Background Color

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

This div background color is #efca9b


#efca9b Border Color

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

This div border color is #efca9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,202,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efca9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efca9b;
  -webkit-box-shadow: 1px 1px 3px 2px #efca9b;
  box-shadow:         1px 1px 3px 2px #efca9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,202,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca9b


Comments

No comments written yet.

Please login to write comment.