Color Hex Logo

#efdbb2 Color Hex

#EFDBB2
(239,219,178)
1 Favorites   0 Comments

Color spaces of #efdbb2

RGB 239219178
HSL0.110.660.82
HSV40°26°94°
CMYK 0.000.080.26   0.06
XYZ68.964072.228152.4261
Yxy72.22810.35620.3730
Hunter Lab84.9871-3.881122.9167
CIE-Lab88.07830.681522.6887

#efdbb2 color RGB value is (239,219,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10110010
Octal 357 333 262
Decimal 239 219 178
Hex EF DB B2

RGB Percentages of Color #efdbb2

%37.58
%34.43
%27.99

CMYK Percentages of Color #efdbb2

%0
%8
%26
%6

Triadic Colors of #efdbb2

#efdbb2 #b2efdb #dbb2ef

Analogous Colors of #efdbb2

#efdbb2 #e5efb2 #efbdb2

Monochromatic Colors of #efdbb2

#efdbb2

Complementary Color

#efdbb2 #b2c6ef

#efdbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbb2 Color CSS Codes

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

#efdbb2 Text Font Color

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

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


#efdbb2 Background Color

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

This div background color is #efdbb2


#efdbb2 Border Color

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

This div border color is #efdbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbb2

#efdbb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.