Color Hex Logo

#efd09b Color Hex

#EFD09B
(239,208,155)
0 Favorites   0 Comments

Color spaces of #efd09b

RGB 239208155
HSL0.110.720.77
HSV38°35°94°
CMYK 0.000.130.35   0.06
XYZ64.068965.829040.3398
Yxy65.82900.37630.3867
Hunter Lab81.1351-1.032627.3160
CIE-Lab84.90913.449330.3371

#efd09b color RGB value is (239,208,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 10011011
Octal 357 320 233
Decimal 239 208 155
Hex EF D0 9B

RGB Percentages of Color #efd09b

%39.70
%34.55
%25.75

CMYK Percentages of Color #efd09b

%0
%13
%35
%6

Triadic Colors of #efd09b

#efd09b #9befd0 #d09bef

Analogous Colors of #efd09b

#efd09b #e4ef9b #efa69b

Monochromatic Colors of #efd09b

#efd09b

Complementary Color

#efd09b #9bbaef

#efd09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd09b Color CSS Codes

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

#efd09b Text Font Color

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

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


#efd09b Background Color

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

This div background color is #efd09b


#efd09b Border Color

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

This div border color is #efd09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd09b


Comments

No comments written yet.

Please login to write comment.