Color Hex Logo

#efb699 Color Hex

#EFB699
(239,182,153)
0 Favorites   0 Comments

Color spaces of #efb699

RGB 239182153
HSL0.060.730.77
HSV20°36°94°
CMYK 0.000.240.36   0.06
XYZ58.074354.106537.5197
Yxy54.10650.38790.3614
Hunter Lab73.557112.203121.2476
CIE-Lab78.523816.849222.7564

#efb699 color RGB value is (239,182,153).

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

The process color (four color CMYK) of #efb699 color hex is 0.00, 0.24, 0.36, 0.06. Web safe color of #efb699 is #ffcc99. Color #efb699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110110 10011001
Octal 357 266 231
Decimal 239 182 153
Hex EF B6 99

RGB Percentages of Color #efb699

%41.64
%31.71
%26.66

CMYK Percentages of Color #efb699

%0
%24
%36
%6

Triadic Colors of #efb699

#efb699 #99efb6 #b699ef

Analogous Colors of #efb699

#efb699 #efe199 #ef99a7

Monochromatic Colors of #efb699

#efb699

Complementary Color

#efb699 #99d2ef

#efb699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb699 Color CSS Codes

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

#efb699 Text Font Color

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

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


#efb699 Background Color

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

This div background color is #efb699


#efb699 Border Color

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

This div border color is #efb699


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,182,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 #efb699">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb699


Comments

No comments written yet.

Please login to write comment.