Color Hex Logo

#efcbcd Color Hex

#EFCBCD
(239,203,205)
0 Favorites   0 Comments

Color spaces of #efcbcd

RGB 239203205
HSL0.990.530.87
HSV357°15°94°
CMYK 0.000.150.14   0.06
XYZ67.972065.470466.8121
Yxy65.47040.33940.3269
Hunter Lab80.91388.35067.6827
CIE-Lab84.725612.96823.7119

#efcbcd color RGB value is (239,203,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11001101
Octal 357 313 315
Decimal 239 203 205
Hex EF CB CD

RGB Percentages of Color #efcbcd

%36.94
%31.38
%31.68

CMYK Percentages of Color #efcbcd

%0
%15
%14
%6

Triadic Colors of #efcbcd

#efcbcd #cdefcb #cbcdef

Analogous Colors of #efcbcd

#efcbcd #efdbcb #efcbdf

Monochromatic Colors of #efcbcd

#efcbcd

Complementary Color

#efcbcd #cbefed

#efcbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbcd Color CSS Codes

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

#efcbcd Text Font Color

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

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


#efcbcd Background Color

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

This div background color is #efcbcd


#efcbcd Border Color

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

This div border color is #efcbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbcd

#efcbcd Color Palettes


Comments

No comments written yet.

Please login to write comment.