Color Hex Logo

#efdbc0 Color Hex

#EFDBC0
(239,219,192)
0 Favorites   0 Comments

Color spaces of #efdbc0

RGB 239219192
HSL0.100.590.85
HSV34°20°94°
CMYK 0.000.080.20   0.06
XYZ70.442572.819560.2120
Yxy72.81950.34620.3579
Hunter Lab85.3343-1.985417.8990
CIE-Lab88.36162.648515.7723

#efdbc0 color RGB value is (239,219,192).

#efdbc0 hex color red value is 239, green value is 219 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #efdbc0 hue: 0.10 , saturation: 0.59 and the lightness value of efdbc0 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11000000
Octal 357 333 300
Decimal 239 219 192
Hex EF DB C0

RGB Percentages of Color #efdbc0

%36.77
%33.69
%29.54

CMYK Percentages of Color #efdbc0

%0
%8
%20
%6

Triadic Colors of #efdbc0

#efdbc0 #c0efdb #dbc0ef

Analogous Colors of #efdbc0

#efdbc0 #ecefc0 #efc4c0

Monochromatic Colors of #efdbc0

#efdbc0

Complementary Color

#efdbc0 #c0d4ef

#efdbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbc0 Color CSS Codes

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

#efdbc0 Text Font Color

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

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


#efdbc0 Background Color

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

This div background color is #efdbc0


#efdbc0 Border Color

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

This div border color is #efdbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbc0


Comments

No comments written yet.

Please login to write comment.