Color Hex Logo

#dcf97d Color Hex

#DCF97D
(220,249,125)
0 Favorites   0 Comments

Color spaces of #dcf97d

RGB 220249125
HSL0.210.910.73
HSV74°50°98°
CMYK 0.120.000.50   0.02
XYZ67.092684.447732.1659
Yxy84.44770.36520.4597
Hunter Lab91.8954-30.494643.5737
CIE-Lab93.6446-27.412655.8411

#dcf97d color RGB value is (220,249,125).

#dcf97d hex color red value is 220, green value is 249 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcf97d hue: 0.21 , saturation: 0.91 and the lightness value of dcf97d is 0.73.

The process color (four color CMYK) of #dcf97d color hex is 0.12, 0.00, 0.50, 0.02. Web safe color of #dcf97d is #ccff66. Color #dcf97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01111101
Octal 334 371 175
Decimal 220 249 125
Hex DC F9 7D

RGB Percentages of Color #dcf97d

%37.04
%41.92
%21.04

CMYK Percentages of Color #dcf97d

%12
%0
%50
%2

Triadic Colors of #dcf97d

#dcf97d #7ddcf9 #f97ddc

Analogous Colors of #dcf97d

#dcf97d #9ef97d #f9d87d

Monochromatic Colors of #dcf97d

#dcf97d

Complementary Color

#dcf97d #9a7df9

#dcf97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf97d Color CSS Codes

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

#dcf97d Text Font Color

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

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


#dcf97d Background Color

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

This div background color is #dcf97d


#dcf97d Border Color

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

This div border color is #dcf97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf97d


Comments

No comments written yet.

Please login to write comment.