Color Hex Logo

#efeca5 Color Hex

#EFECA5
(239,236,165)
0 Favorites   0 Comments

Color spaces of #efeca5

RGB 239236165
HSL0.160.700.79
HSV58°31°94°
CMYK 0.000.010.31   0.06
XYZ72.383681.058247.4281
Yxy81.05820.36040.4035
Hunter Lab90.0323-14.047331.7893
CIE-Lab92.1576-9.595134.8707

#efeca5 color RGB value is (239,236,165).

#efeca5 hex color red value is 239, green value is 236 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #efeca5 hue: 0.16 , saturation: 0.70 and the lightness value of efeca5 is 0.79.

The process color (four color CMYK) of #efeca5 color hex is 0.00, 0.01, 0.31, 0.06. Web safe color of #efeca5 is #ffff99. Color #efeca5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10100101
Octal 357 354 245
Decimal 239 236 165
Hex EF EC A5

RGB Percentages of Color #efeca5

%37.34
%36.88
%25.78

CMYK Percentages of Color #efeca5

%0
%1
%31
%6

Triadic Colors of #efeca5

#efeca5 #a5efec #eca5ef

Analogous Colors of #efeca5

#efeca5 #cdefa5 #efc7a5

Monochromatic Colors of #efeca5

#efeca5

Complementary Color

#efeca5 #a5a8ef

#efeca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeca5 Color CSS Codes

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

#efeca5 Text Font Color

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

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


#efeca5 Background Color

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

This div background color is #efeca5


#efeca5 Border Color

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

This div border color is #efeca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeca5


Comments

No comments written yet.

Please login to write comment.