Color Hex Logo

#efcaec Color Hex

#EFCAEC
(239,202,236)
0 Favorites   0 Comments

Color spaces of #efcaec

RGB 239202236
HSL0.850.540.86
HSV305°15°94°
CMYK 0.000.150.01   0.06
XYZ71.857566.647988.4339
Yxy66.64790.31660.2937
Hunter Lab81.638214.2480-7.0787
CIE-Lab85.325818.7433-11.9023

#efcaec color RGB value is (239,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11101100
Octal 357 312 354
Decimal 239 202 236
Hex EF CA EC

RGB Percentages of Color #efcaec

%35.30
%29.84
%34.86

CMYK Percentages of Color #efcaec

%0
%15
%1
%6

Triadic Colors of #efcaec

#efcaec #ecefca #caecef

Analogous Colors of #efcaec

#efcaec #efcada #e0caef

Monochromatic Colors of #efcaec

#efcaec

Complementary Color

#efcaec #caefcd

#efcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcaec Color CSS Codes

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

#efcaec Text Font Color

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

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


#efcaec Background Color

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

This div background color is #efcaec


#efcaec Border Color

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

This div border color is #efcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcaec


Comments

No comments written yet.

Please login to write comment.