Color Hex Logo

#efccee Color Hex

#EFCCEE
(239,204,238)
0 Favorites   0 Comments

Color spaces of #efccee

RGB 239204238
HSL0.840.520.87
HSV302°15°94°
CMYK 0.000.150.00   0.06
XYZ72.622167.709590.1306
Yxy67.70950.31510.2938
Hunter Lab82.285813.5368-7.3424
CIE-Lab85.861018.0464-12.1654

#efccee color RGB value is (239,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11101110
Octal 357 314 356
Decimal 239 204 238
Hex EF CC EE

RGB Percentages of Color #efccee

%35.10
%29.96
%34.95

CMYK Percentages of Color #efccee

%0
%15
%0
%6

Triadic Colors of #efccee

#efccee #eeefcc #cceeef

Analogous Colors of #efccee

#efccee #efccdd #dfccef

Monochromatic Colors of #efccee

#efccee

Complementary Color

#efccee #ccefcd

#efccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccee Color CSS Codes

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

#efccee Text Font Color

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

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


#efccee Background Color

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

This div background color is #efccee


#efccee Border Color

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

This div border color is #efccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccee


Comments

No comments written yet.

Please login to write comment.