Color Hex Logo

#efdeb2 Color Hex

#EFDEB2
(239,222,178)
0 Favorites   0 Comments

Color spaces of #efdeb2

RGB 239222178
HSL0.120.660.82
HSV43°26°94°
CMYK 0.000.070.26   0.06
XYZ69.753873.807652.6894
Yxy73.80760.35540.3761
Hunter Lab85.9113-5.415823.7754
CIE-Lab88.8315-0.856423.7253

#efdeb2 color RGB value is (239,222,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10110010
Octal 357 336 262
Decimal 239 222 178
Hex EF DE B2

RGB Percentages of Color #efdeb2

%37.40
%34.74
%27.86

CMYK Percentages of Color #efdeb2

%0
%7
%26
%6

Triadic Colors of #efdeb2

#efdeb2 #b2efde #deb2ef

Analogous Colors of #efdeb2

#efdeb2 #e2efb2 #efc0b2

Monochromatic Colors of #efdeb2

#efdeb2

Complementary Color

#efdeb2 #b2c3ef

#efdeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdeb2 Color CSS Codes

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

#efdeb2 Text Font Color

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

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


#efdeb2 Background Color

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

This div background color is #efdeb2


#efdeb2 Border Color

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

This div border color is #efdeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdeb2

#efdeb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.