Color Hex Logo

#efdbb0 Color Hex

#EFDBB0
(239,219,176)
0 Favorites   0 Comments

Color spaces of #efdbb0

RGB 239219176
HSL0.110.660.81
HSV41°26°94°
CMYK 0.000.080.26   0.06
XYZ68.764672.148351.3760
Yxy72.14830.35760.3752
Hunter Lab84.9402-4.137923.5966
CIE-Lab88.03990.413423.6763

#efdbb0 color RGB value is (239,219,176).

#efdbb0 hex color red value is 239, green value is 219 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #efdbb0 hue: 0.11 , saturation: 0.66 and the lightness value of efdbb0 is 0.81.

The process color (four color CMYK) of #efdbb0 color hex is 0.00, 0.08, 0.26, 0.06. Web safe color of #efdbb0 is #ffcc99. Color #efdbb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10110000
Octal 357 333 260
Decimal 239 219 176
Hex EF DB B0

RGB Percentages of Color #efdbb0

%37.70
%34.54
%27.76

CMYK Percentages of Color #efdbb0

%0
%8
%26
%6

Triadic Colors of #efdbb0

#efdbb0 #b0efdb #dbb0ef

Analogous Colors of #efdbb0

#efdbb0 #e4efb0 #efbcb0

Monochromatic Colors of #efdbb0

#efdbb0

Complementary Color

#efdbb0 #b0c4ef

#efdbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbb0 Color CSS Codes

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

#efdbb0 Text Font Color

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

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


#efdbb0 Background Color

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

This div background color is #efdbb0


#efdbb0 Border Color

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

This div border color is #efdbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbb0


Comments

No comments written yet.

Please login to write comment.