Color Hex Logo

#efdbc8 Color Hex

#EFDBC8
(239,219,200)
0 Favorites   0 Comments

Color spaces of #efdbc8

RGB 239219200
HSL0.080.550.86
HSV29°16°94°
CMYK 0.000.080.16   0.06
XYZ71.353473.183965.0088
Yxy73.18390.34050.3492
Hunter Lab85.5476-0.825314.8280
CIE-Lab88.53533.841511.8236

#efdbc8 color RGB value is (239,219,200).

#efdbc8 hex color red value is 239, green value is 219 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #efdbc8 hue: 0.08 , saturation: 0.55 and the lightness value of efdbc8 is 0.86.

The process color (four color CMYK) of #efdbc8 color hex is 0.00, 0.08, 0.16, 0.06. Web safe color of #efdbc8 is #ffcccc. Color #efdbc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11001000
Octal 357 333 310
Decimal 239 219 200
Hex EF DB C8

RGB Percentages of Color #efdbc8

%36.32
%33.28
%30.40

CMYK Percentages of Color #efdbc8

%0
%8
%16
%6

Triadic Colors of #efdbc8

#efdbc8 #c8efdb #dbc8ef

Analogous Colors of #efdbc8

#efdbc8 #efefc8 #efc8c9

Monochromatic Colors of #efdbc8

#efdbc8

Complementary Color

#efdbc8 #c8dcef

#efdbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbc8 Color CSS Codes

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

#efdbc8 Text Font Color

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

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


#efdbc8 Background Color

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

This div background color is #efdbc8


#efdbc8 Border Color

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

This div border color is #efdbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbc8


Comments

No comments written yet.

Please login to write comment.