Color Hex Logo

#dcf67d Color Hex

#DCF67D
(220,246,125)
0 Favorites   0 Comments

Color spaces of #dcf67d

RGB 220246125
HSL0.200.870.73
HSV73°49°96°
CMYK 0.110.000.49   0.04
XYZ66.172682.607831.8593
Yxy82.60780.36630.4573
Hunter Lab90.8888-29.096642.8392
CIE-Lab92.8425-25.999454.8827

#dcf67d color RGB value is (220,246,125).

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

The process color (four color CMYK) of #dcf67d color hex is 0.11, 0.00, 0.49, 0.04. Web safe color of #dcf67d is #ccff66. Color #dcf67d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 01111101
Octal 334 366 175
Decimal 220 246 125
Hex DC F6 7D

RGB Percentages of Color #dcf67d

%37.23
%41.62
%21.15

CMYK Percentages of Color #dcf67d

%11
%0
%49
%4

Triadic Colors of #dcf67d

#dcf67d #7ddcf6 #f67ddc

Analogous Colors of #dcf67d

#dcf67d #a0f67d #f6d47d

Monochromatic Colors of #dcf67d

#dcf67d

Complementary Color

#dcf67d #977df6

#dcf67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf67d Color CSS Codes

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

#dcf67d Text Font Color

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

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


#dcf67d Background Color

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

This div background color is #dcf67d


#dcf67d Border Color

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

This div border color is #dcf67d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,246,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 #dcf67d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf67d


Comments

No comments written yet.

Please login to write comment.