Color Hex Logo

#efdcf9 Color Hex

#EFDCF9
(239,220,249)
0 Favorites   0 Comments

Color spaces of #efdcf9

RGB 239220249
HSL0.780.710.92
HSV279°12°98°
CMYK 0.040.120.00   0.02
XYZ78.288776.3767100.2384
Yxy76.37670.30710.2996
Hunter Lab87.39386.9640-6.8285
CIE-Lab90.034011.6520-11.7433

#efdcf9 color RGB value is (239,220,249).

#efdcf9 hex color red value is 239, green value is 220 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #efdcf9 hue: 0.78 , saturation: 0.71 and the lightness value of efdcf9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11111001
Octal 357 334 371
Decimal 239 220 249
Hex EF DC F9

RGB Percentages of Color #efdcf9

%33.76
%31.07
%35.17

CMYK Percentages of Color #efdcf9

%4
%12
%0
%2

Triadic Colors of #efdcf9

#efdcf9 #f9efdc #dcf9ef

Analogous Colors of #efdcf9

#efdcf9 #f9dcf5 #e1dcf9

Monochromatic Colors of #efdcf9

#efdcf9

Complementary Color

#efdcf9 #e6f9dc

#efdcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcf9 Color CSS Codes

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

#efdcf9 Text Font Color

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

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


#efdcf9 Background Color

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

This div background color is #efdcf9


#efdcf9 Border Color

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

This div border color is #efdcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcf9


Comments

No comments written yet.

Please login to write comment.