Color Hex Logo

#efcbef Color Hex

#EFCBEF
(239,203,239)
0 Favorites   0 Comments

Color spaces of #efcbef

RGB 239203239
HSL0.830.530.87
HSV300°15°94°
CMYK 0.000.150.00   0.06
XYZ72.532567.294690.8276
Yxy67.29460.31450.2918
Hunter Lab82.033314.2686-8.2228
CIE-Lab85.652518.7570-13.0077

#efcbef color RGB value is (239,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11101111
Octal 357 313 357
Decimal 239 203 239
Hex EF CB EF

RGB Percentages of Color #efcbef

%35.10
%29.81
%35.10

CMYK Percentages of Color #efcbef

%0
%15
%0
%6

Triadic Colors of #efcbef

#efcbef #efefcb #cbefef

Analogous Colors of #efcbef

#efcbef #efcbdd #ddcbef

Monochromatic Colors of #efcbef

#efcbef

Complementary Color

#efcbef #cbefcb

#efcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbef Color CSS Codes

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

#efcbef Text Font Color

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

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


#efcbef Background Color

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

This div background color is #efcbef


#efcbef Border Color

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

This div border color is #efcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbef


Comments

No comments written yet.

Please login to write comment.