Color Hex Logo

#efccfd Color Hex

#EFCCFD
(239,204,253)
0 Favorites   0 Comments

Color spaces of #efccfd

RGB 239204253
HSL0.790.920.90
HSV283°19°99°
CMYK 0.060.190.00   0.01
XYZ74.919168.6283102.2264
Yxy68.62830.30480.2792
Hunter Lab82.842216.4543-15.1737
CIE-Lab86.319720.8387-19.4251

#efccfd color RGB value is (239,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11111101
Octal 357 314 375
Decimal 239 204 253
Hex EF CC FD

RGB Percentages of Color #efccfd

%34.34
%29.31
%36.35

CMYK Percentages of Color #efccfd

%6
%19
%0
%1

Triadic Colors of #efccfd

#efccfd #fdefcc #ccfdef

Analogous Colors of #efccfd

#efccfd #fdccf3 #d7ccfd

Monochromatic Colors of #efccfd

#efccfd

Complementary Color

#efccfd #dafdcc

#efccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccfd Color CSS Codes

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

#efccfd Text Font Color

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

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


#efccfd Background Color

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

This div background color is #efccfd


#efccfd Border Color

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

This div border color is #efccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccfd


Comments

No comments written yet.

Please login to write comment.