Color Hex Logo

#efccf4 Color Hex

#EFCCF4
(239,204,244)
0 Favorites   0 Comments

Color spaces of #efccf4

RGB 239204244
HSL0.810.650.88
HSV293°16°96°
CMYK 0.020.160.00   0.04
XYZ73.518668.068194.8516
Yxy68.06810.31090.2879
Hunter Lab82.503414.6800-10.4115
CIE-Lab86.040519.1459-15.0790

#efccf4 color RGB value is (239,204,244).

#efccf4 hex color red value is 239, green value is 204 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #efccf4 hue: 0.81 , saturation: 0.65 and the lightness value of efccf4 is 0.88.

The process color (four color CMYK) of #efccf4 color hex is 0.02, 0.16, 0.00, 0.04. Web safe color of #efccf4 is #ffccff. Color #efccf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11110100
Octal 357 314 364
Decimal 239 204 244
Hex EF CC F4

RGB Percentages of Color #efccf4

%34.79
%29.69
%35.52

CMYK Percentages of Color #efccf4

%2
%16
%0
%4

Triadic Colors of #efccf4

#efccf4 #f4efcc #ccf4ef

Analogous Colors of #efccf4

#efccf4 #f4cce5 #dbccf4

Monochromatic Colors of #efccf4

#efccf4

Complementary Color

#efccf4 #d1f4cc

#efccf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccf4 Color CSS Codes

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

#efccf4 Text Font Color

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

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


#efccf4 Background Color

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

This div background color is #efccf4


#efccf4 Border Color

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

This div border color is #efccf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccf4


Comments

No comments written yet.

Please login to write comment.