Color Hex Logo

#efccf5 Color Hex

#EFCCF5
(239,204,245)
0 Favorites   0 Comments

Color spaces of #efccf5

RGB 239204245
HSL0.810.670.88
HSV291°17°96°
CMYK 0.020.170.00   0.04
XYZ73.670968.129095.6535
Yxy68.12900.31030.2869
Hunter Lab82.540314.8737-10.9312
CIE-Lab86.070919.3315-15.5634

#efccf5 color RGB value is (239,204,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11110101
Octal 357 314 365
Decimal 239 204 245
Hex EF CC F5

RGB Percentages of Color #efccf5

%34.74
%29.65
%35.61

CMYK Percentages of Color #efccf5

%2
%17
%0
%4

Triadic Colors of #efccf5

#efccf5 #f5efcc #ccf5ef

Analogous Colors of #efccf5

#efccf5 #f5cce7 #dbccf5

Monochromatic Colors of #efccf5

#efccf5

Complementary Color

#efccf5 #d2f5cc

#efccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccf5 Color CSS Codes

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

#efccf5 Text Font Color

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

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


#efccf5 Background Color

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

This div background color is #efccf5


#efccf5 Border Color

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

This div border color is #efccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccf5


Comments

No comments written yet.

Please login to write comment.