Color Hex Logo

#dcfaef Color Hex

#DCFAEF
(220,250,239)
0 Favorites   0 Comments

Color spaces of #dcfaef

RGB 220250239
HSL0.440.750.92
HSV158°12°98°
CMYK 0.120.000.04   0.02
XYZ79.280889.818994.8196
Yxy89.81890.30040.3403
Hunter Lab94.7728-16.53097.0217
CIE-Lab95.9216-11.75431.9788

#dcfaef color RGB value is (220,250,239).

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

The process color (four color CMYK) of #dcfaef color hex is 0.12, 0.00, 0.04, 0.02. Web safe color of #dcfaef is #ccffff. Color #dcfaef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11101111
Octal 334 372 357
Decimal 220 250 239
Hex DC FA EF

RGB Percentages of Color #dcfaef

%31.03
%35.26
%33.71

CMYK Percentages of Color #dcfaef

%12
%0
%4
%2

Triadic Colors of #dcfaef

#dcfaef #efdcfa #faefdc

Analogous Colors of #dcfaef

#dcfaef #dcf6fa #dcfae0

Monochromatic Colors of #dcfaef

#dcfaef

Complementary Color

#dcfaef #fadce7

#dcfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfaef Color CSS Codes

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

#dcfaef Text Font Color

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

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


#dcfaef Background Color

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

This div background color is #dcfaef


#dcfaef Border Color

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

This div border color is #dcfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfaef

Related Colors


Comments

No comments written yet.

Please login to write comment.