Color Hex Logo

#efccf8 Color Hex

#EFCCF8
(239,204,248)
0 Favorites   0 Comments

Color spaces of #efccf8

RGB 239204248
HSL0.800.760.89
HSV288°18°97°
CMYK 0.040.180.00   0.03
XYZ74.132768.313898.0856
Yxy68.31380.30820.2840
Hunter Lab82.652215.4596-12.5046
CIE-Lab86.163119.8917-17.0143

#efccf8 color RGB value is (239,204,248).

#efccf8 hex color red value is 239, green value is 204 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #efccf8 hue: 0.80 , saturation: 0.76 and the lightness value of efccf8 is 0.89.

The process color (four color CMYK) of #efccf8 color hex is 0.04, 0.18, 0.00, 0.03. Web safe color of #efccf8 is #ffccff. Color #efccf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11111000
Octal 357 314 370
Decimal 239 204 248
Hex EF CC F8

RGB Percentages of Color #efccf8

%34.59
%29.52
%35.89

CMYK Percentages of Color #efccf8

%4
%18
%0
%3

Triadic Colors of #efccf8

#efccf8 #f8efcc #ccf8ef

Analogous Colors of #efccf8

#efccf8 #f8cceb #d9ccf8

Monochromatic Colors of #efccf8

#efccf8

Complementary Color

#efccf8 #d5f8cc

#efccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccf8 Color CSS Codes

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

#efccf8 Text Font Color

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

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


#efccf8 Background Color

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

This div background color is #efccf8


#efccf8 Border Color

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

This div border color is #efccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccf8

Related Colors


Comments

No comments written yet.

Please login to write comment.