Color Hex Logo

#efccff Color Hex

#EFCCFF
(239,204,255)
0 Favorites   0 Comments

Color spaces of #efccff

RGB 239204255
HSL0.781.000.90
HSV281°20°100°
CMYK 0.060.200.00   0.00
XYZ75.239568.7565103.9135
Yxy68.75650.30350.2773
Hunter Lab82.919516.8581-16.2576
CIE-Lab86.383321.2218-20.3868

#efccff color RGB value is (239,204,255).

#efccff hex color red value is 239, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #efccff hue: 0.78 , saturation: 1.00 and the lightness value of efccff is 0.90.

The process color (four color CMYK) of #efccff color hex is 0.06, 0.20, 0.00, 0.00. Web safe color of #efccff is #ffccff. Color #efccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11111111
Octal 357 314 377
Decimal 239 204 255
Hex EF CC FF

RGB Percentages of Color #efccff

%34.24
%29.23
%36.53

CMYK Percentages of Color #efccff

%6
%20
%0
%0

Triadic Colors of #efccff

#efccff #ffefcc #ccffef

Analogous Colors of #efccff

#efccff #ffccf6 #d6ccff

Monochromatic Colors of #efccff

#efccff

Complementary Color

#efccff #dcffcc

#efccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccff Color CSS Codes

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

#efccff Text Font Color

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

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


#efccff Background Color

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

This div background color is #efccff


#efccff Border Color

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

This div border color is #efccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccff

Related Colors

#efccff Color Palettes


Comments

No comments written yet.

Please login to write comment.