Color Hex Logo

#efa599 Color Hex

#EFA599
(239,165,153)
0 Favorites   0 Comments

Color spaces of #efa599

RGB 239165153
HSL0.020.730.77
HSV36°94°
CMYK 0.000.310.36   0.06
XYZ54.801547.560936.4288
Yxy47.56090.39480.3427
Hunter Lab68.964421.154516.9566
CIE-Lab74.547125.865217.2724

#efa599 color RGB value is (239,165,153).

#efa599 hex color red value is 239, green value is 165 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #efa599 hue: 0.02 , saturation: 0.73 and the lightness value of efa599 is 0.77.

The process color (four color CMYK) of #efa599 color hex is 0.00, 0.31, 0.36, 0.06. Web safe color of #efa599 is #ff9999. Color #efa599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 10011001
Octal 357 245 231
Decimal 239 165 153
Hex EF A5 99

RGB Percentages of Color #efa599

%42.91
%29.62
%27.47

CMYK Percentages of Color #efa599

%0
%31
%36
%6

Triadic Colors of #efa599

#efa599 #99efa5 #a599ef

Analogous Colors of #efa599

#efa599 #efd099 #ef99b8

Monochromatic Colors of #efa599

#efa599

Complementary Color

#efa599 #99e3ef

#efa599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa599 Color CSS Codes

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

#efa599 Text Font Color

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

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


#efa599 Background Color

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

This div background color is #efa599


#efa599 Border Color

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

This div border color is #efa599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa599


Comments

No comments written yet.

Please login to write comment.