Color Hex Logo

#dcf95c Color Hex

#DCF95C
(220,249,92)
0 Favorites   0 Comments

Color spaces of #dcf95c

RGB 22024992
HSL0.200.930.67
HSV71°63°98°
CMYK 0.120.000.63   0.02
XYZ65.322683.739722.8457
Yxy83.73970.38000.4871
Hunter Lab91.5094-32.721949.2546
CIE-Lab93.3373-30.038169.6684

#dcf95c color RGB value is (220,249,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01011100
Octal 334 371 134
Decimal 220 249 92
Hex DC F9 5C

RGB Percentages of Color #dcf95c

%39.22
%44.39
%16.40

CMYK Percentages of Color #dcf95c

%12
%0
%63
%2

Triadic Colors of #dcf95c

#dcf95c #5cdcf9 #f95cdc

Analogous Colors of #dcf95c

#dcf95c #8ef95c #f9c85c

Monochromatic Colors of #dcf95c

#dcf95c

Complementary Color

#dcf95c #795cf9

#dcf95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf95c Color CSS Codes

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

#dcf95c Text Font Color

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

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


#dcf95c Background Color

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

This div background color is #dcf95c


#dcf95c Border Color

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

This div border color is #dcf95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf95c

Related Colors


Comments

No comments written yet.

Please login to write comment.