Color Hex Logo

#dcf95d Color Hex

#DCF95D
(220,249,93)
0 Favorites   0 Comments

Color spaces of #dcf95d

RGB 22024993
HSL0.200.930.67
HSV71°63°98°
CMYK 0.120.000.63   0.02
XYZ65.366783.757323.0775
Yxy83.75730.37960.4864
Hunter Lab91.5190-32.666149.1127
CIE-Lab93.3450-29.971869.2810

#dcf95d color RGB value is (220,249,93).

#dcf95d hex color red value is 220, green value is 249 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dcf95d hue: 0.20 , saturation: 0.93 and the lightness value of dcf95d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01011101
Octal 334 371 135
Decimal 220 249 93
Hex DC F9 5D

RGB Percentages of Color #dcf95d

%39.15
%44.31
%16.55

CMYK Percentages of Color #dcf95d

%12
%0
%63
%2

Triadic Colors of #dcf95d

#dcf95d #5ddcf9 #f95ddc

Analogous Colors of #dcf95d

#dcf95d #8ef95d #f9c85d

Monochromatic Colors of #dcf95d

#dcf95d

Complementary Color

#dcf95d #7a5df9

#dcf95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf95d Color CSS Codes

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

#dcf95d Text Font Color

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

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


#dcf95d Background Color

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

This div background color is #dcf95d


#dcf95d Border Color

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

This div border color is #dcf95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf95d


Comments

No comments written yet.

Please login to write comment.