Color Hex Logo

#efcbcf Color Hex

#EFCBCF
(239,203,207)
0 Favorites   0 Comments

Color spaces of #efcbcf

RGB 239203207
HSL0.980.530.87
HSV353°15°94°
CMYK 0.000.150.13   0.06
XYZ68.215065.567668.0920
Yxy65.56760.33790.3248
Hunter Lab80.97388.67016.8239
CIE-Lab84.775413.28572.7194

#efcbcf color RGB value is (239,203,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11001111
Octal 357 313 317
Decimal 239 203 207
Hex EF CB CF

RGB Percentages of Color #efcbcf

%36.83
%31.28
%31.90

CMYK Percentages of Color #efcbcf

%0
%15
%13
%6

Triadic Colors of #efcbcf

#efcbcf #cfefcb #cbcfef

Analogous Colors of #efcbcf

#efcbcf #efd9cb #efcbe1

Monochromatic Colors of #efcbcf

#efcbcf

Complementary Color

#efcbcf #cbefeb

#efcbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbcf Color CSS Codes

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

#efcbcf Text Font Color

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

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


#efcbcf Background Color

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

This div background color is #efcbcf


#efcbcf Border Color

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

This div border color is #efcbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbcf


Comments

No comments written yet.

Please login to write comment.