Color Hex Logo

#efcce9 Color Hex

#EFCCE9
(239,204,233)
0 Favorites   0 Comments

Color spaces of #efcce9

RGB 239204233
HSL0.860.520.87
HSV310°15°94°
CMYK 0.000.150.03   0.06
XYZ71.897467.419686.3147
Yxy67.41960.31860.2988
Hunter Lab82.109412.6082-4.8499
CIE-Lab85.715417.1483-9.7280

#efcce9 color RGB value is (239,204,233).

#efcce9 hex color red value is 239, green value is 204 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #efcce9 hue: 0.86 , saturation: 0.52 and the lightness value of efcce9 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11101001
Octal 357 314 351
Decimal 239 204 233
Hex EF CC E9

RGB Percentages of Color #efcce9

%35.36
%30.18
%34.47

CMYK Percentages of Color #efcce9

%0
%15
%3
%6

Triadic Colors of #efcce9

#efcce9 #e9efcc #cce9ef

Analogous Colors of #efcce9

#efcce9 #efccd8 #e4ccef

Monochromatic Colors of #efcce9

#efcce9

Complementary Color

#efcce9 #ccefd2

#efcce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcce9 Color CSS Codes

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

#efcce9 Text Font Color

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

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


#efcce9 Background Color

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

This div background color is #efcce9


#efcce9 Border Color

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

This div border color is #efcce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcce9


Comments

No comments written yet.

Please login to write comment.