Color Hex Logo

#efcaef Color Hex

#EFCAEF
(239,202,239)
0 Favorites   0 Comments

Color spaces of #efcaef

RGB 239202239
HSL0.830.540.86
HSV300°15°94°
CMYK 0.000.150.00   0.06
XYZ72.297166.823890.7492
Yxy66.82380.31450.2907
Hunter Lab81.745814.8126-8.5980
CIE-Lab85.414919.2863-13.3632

#efcaef color RGB value is (239,202,239).

#efcaef hex color red value is 239, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #efcaef hue: 0.83 , saturation: 0.54 and the lightness value of efcaef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11101111
Octal 357 312 357
Decimal 239 202 239
Hex EF CA EF

RGB Percentages of Color #efcaef

%35.15
%29.71
%35.15

CMYK Percentages of Color #efcaef

%0
%15
%0
%6

Triadic Colors of #efcaef

#efcaef #efefca #caefef

Analogous Colors of #efcaef

#efcaef #efcadd #ddcaef

Monochromatic Colors of #efcaef

#efcaef

Complementary Color

#efcaef #caefca

#efcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcaef Color CSS Codes

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

#efcaef Text Font Color

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

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


#efcaef Background Color

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

This div background color is #efcaef


#efcaef Border Color

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

This div border color is #efcaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,202,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 #efcaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcaef


Comments

No comments written yet.

Please login to write comment.