Color Hex Logo

#dcf49d Color Hex

#DCF49D
(220,244,157)
0 Favorites   0 Comments

Color spaces of #dcf49d

RGB 220244157
HSL0.210.800.79
HSV77°36°96°
CMYK 0.100.000.36   0.04
XYZ67.951782.351344.2123
Yxy82.35130.34930.4234
Hunter Lab90.7476-25.147834.6372
CIE-Lab92.7297-21.576939.3641

#dcf49d color RGB value is (220,244,157).

#dcf49d hex color red value is 220, green value is 244 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dcf49d hue: 0.21 , saturation: 0.80 and the lightness value of dcf49d is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 10011101
Octal 334 364 235
Decimal 220 244 157
Hex DC F4 9D

RGB Percentages of Color #dcf49d

%35.43
%39.29
%25.28

CMYK Percentages of Color #dcf49d

%10
%0
%36
%4

Triadic Colors of #dcf49d

#dcf49d #9ddcf4 #f49ddc

Analogous Colors of #dcf49d

#dcf49d #b1f49d #f4e19d

Monochromatic Colors of #dcf49d

#dcf49d

Complementary Color

#dcf49d #b59df4

#dcf49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf49d Color CSS Codes

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

#dcf49d Text Font Color

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

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


#dcf49d Background Color

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

This div background color is #dcf49d


#dcf49d Border Color

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

This div border color is #dcf49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf49d

Related Colors


Comments

No comments written yet.

Please login to write comment.