Color Hex Logo

#efcbd0 Color Hex

#EFCBD0
(239,203,208)
0 Favorites   0 Comments

Color spaces of #efcbd0

RGB 239203208
HSL0.980.530.87
HSV352°15°94°
CMYK 0.000.150.13   0.06
XYZ68.337765.616768.7380
Yxy65.61670.33710.3237
Hunter Lab81.00418.83116.3909
CIE-Lab84.800513.44552.2236

#efcbd0 color RGB value is (239,203,208).

#efcbd0 hex color red value is 239, green value is 203 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #efcbd0 hue: 0.98 , saturation: 0.53 and the lightness value of efcbd0 is 0.87.

The process color (four color CMYK) of #efcbd0 color hex is 0.00, 0.15, 0.13, 0.06. Web safe color of #efcbd0 is #ffcccc. Color #efcbd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11010000
Octal 357 313 320
Decimal 239 203 208
Hex EF CB D0

RGB Percentages of Color #efcbd0

%36.77
%31.23
%32.00

CMYK Percentages of Color #efcbd0

%0
%15
%13
%6

Triadic Colors of #efcbd0

#efcbd0 #d0efcb #cbd0ef

Analogous Colors of #efcbd0

#efcbd0 #efd8cb #efcbe2

Monochromatic Colors of #efcbd0

#efcbd0

Complementary Color

#efcbd0 #cbefea

#efcbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbd0 Color CSS Codes

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

#efcbd0 Text Font Color

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

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


#efcbd0 Background Color

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

This div background color is #efcbd0


#efcbd0 Border Color

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

This div border color is #efcbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbd0


Comments

No comments written yet.

Please login to write comment.