Color Hex Logo

#dcf69e Color Hex

#DCF69E
(220,246,158)
0 Favorites   0 Comments

Color spaces of #dcf69e

RGB 220246158
HSL0.220.830.79
HSV78°36°96°
CMYK 0.110.000.36   0.04
XYZ68.642583.595844.8655
Yxy83.59580.34830.4241
Hunter Lab91.4307-25.993234.9076
CIE-Lab93.2747-22.416039.5779

#dcf69e color RGB value is (220,246,158).

#dcf69e hex color red value is 220, green value is 246 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dcf69e hue: 0.22 , saturation: 0.83 and the lightness value of dcf69e is 0.79.

The process color (four color CMYK) of #dcf69e color hex is 0.11, 0.00, 0.36, 0.04. Web safe color of #dcf69e is #ccff99. Color #dcf69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 10011110
Octal 334 366 236
Decimal 220 246 158
Hex DC F6 9E

RGB Percentages of Color #dcf69e

%35.26
%39.42
%25.32

CMYK Percentages of Color #dcf69e

%11
%0
%36
%4

Triadic Colors of #dcf69e

#dcf69e #9edcf6 #f69edc

Analogous Colors of #dcf69e

#dcf69e #b0f69e #f6e49e

Monochromatic Colors of #dcf69e

#dcf69e

Complementary Color

#dcf69e #b89ef6

#dcf69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf69e Color CSS Codes

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

#dcf69e Text Font Color

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

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


#dcf69e Background Color

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

This div background color is #dcf69e


#dcf69e Border Color

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

This div border color is #dcf69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf69e


Comments

No comments written yet.

Please login to write comment.