Color Hex Logo

#dcf58d Color Hex

#DCF58D
(220,245,141)
0 Favorites   0 Comments

Color spaces of #dcf58d

RGB 220245141
HSL0.210.840.76
HSV74°42°96°
CMYK 0.100.000.42   0.04
XYZ66.975382.443537.5825
Yxy82.44350.35820.4409
Hunter Lab90.7984-27.230939.0181
CIE-Lab92.7703-23.903547.2411

#dcf58d color RGB value is (220,245,141).

#dcf58d hex color red value is 220, green value is 245 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dcf58d hue: 0.21 , saturation: 0.84 and the lightness value of dcf58d is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 10001101
Octal 334 365 215
Decimal 220 245 141
Hex DC F5 8D

RGB Percentages of Color #dcf58d

%36.30
%40.43
%23.27

CMYK Percentages of Color #dcf58d

%10
%0
%42
%4

Triadic Colors of #dcf58d

#dcf58d #8ddcf5 #f58ddc

Analogous Colors of #dcf58d

#dcf58d #a8f58d #f5da8d

Monochromatic Colors of #dcf58d

#dcf58d

Complementary Color

#dcf58d #a68df5

#dcf58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf58d Color CSS Codes

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

#dcf58d Text Font Color

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

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


#dcf58d Background Color

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

This div background color is #dcf58d


#dcf58d Border Color

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

This div border color is #dcf58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf58d


Comments

No comments written yet.

Please login to write comment.