Color Hex Logo

#dcf69f Color Hex

#DCF69F
(220,246,159)
0 Favorites   0 Comments

Color spaces of #dcf69f

RGB 220246159
HSL0.220.830.79
HSV78°35°96°
CMYK 0.110.000.35   0.04
XYZ68.729083.630445.3208
Yxy83.63040.34770.4231
Hunter Lab91.4497-25.885234.6317
CIE-Lab93.2897-22.292639.1022

#dcf69f color RGB value is (220,246,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 10011111
Octal 334 366 237
Decimal 220 246 159
Hex DC F6 9F

RGB Percentages of Color #dcf69f

%35.20
%39.36
%25.44

CMYK Percentages of Color #dcf69f

%11
%0
%35
%4

Triadic Colors of #dcf69f

#dcf69f #9fdcf6 #f69fdc

Analogous Colors of #dcf69f

#dcf69f #b1f69f #f6e59f

Monochromatic Colors of #dcf69f

#dcf69f

Complementary Color

#dcf69f #b99ff6

#dcf69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf69f Color CSS Codes

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

#dcf69f Text Font Color

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

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


#dcf69f Background Color

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

This div background color is #dcf69f


#dcf69f Border Color

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

This div border color is #dcf69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf69f


Comments

No comments written yet.

Please login to write comment.