Color Hex Logo

#efcbde Color Hex

#EFCBDE
(239,203,222)
0 Favorites   0 Comments

Color spaces of #efcbde

RGB 239203222
HSL0.910.530.87
HSV328°15°94°
CMYK 0.000.150.07   0.06
XYZ70.137466.336578.2148
Yxy66.33650.32670.3090
Hunter Lab81.447211.18070.0761
CIE-Lab85.167815.7607-4.6910

#efcbde color RGB value is (239,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11011110
Octal 357 313 336
Decimal 239 203 222
Hex EF CB DE

RGB Percentages of Color #efcbde

%35.99
%30.57
%33.43

CMYK Percentages of Color #efcbde

%0
%15
%7
%6

Triadic Colors of #efcbde

#efcbde #deefcb #cbdeef

Analogous Colors of #efcbde

#efcbde #efcbcc #eecbef

Monochromatic Colors of #efcbde

#efcbde

Complementary Color

#efcbde #cbefdc

#efcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbde Color CSS Codes

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

#efcbde Text Font Color

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

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


#efcbde Background Color

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

This div background color is #efcbde


#efcbde Border Color

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

This div border color is #efcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbde


Comments

No comments written yet.

Please login to write comment.