Color Hex Logo

#dcf23c Color Hex

#DCF23C
(220,242,60)
0 Favorites   0 Comments

Color spaces of #dcf23c

RGB 22024260
HSL0.190.880.59
HSV67°75°95°
CMYK 0.090.000.75   0.05
XYZ62.082979.046116.2603
Yxy79.04610.39450.5022
Hunter Lab88.9079-30.945251.3920
CIE-Lab91.2551-28.481778.8135

#dcf23c color RGB value is (220,242,60).

#dcf23c hex color red value is 220, green value is 242 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dcf23c hue: 0.19 , saturation: 0.88 and the lightness value of dcf23c is 0.59.

The process color (four color CMYK) of #dcf23c color hex is 0.09, 0.00, 0.75, 0.05. Web safe color of #dcf23c is #ccff33. Color #dcf23c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 00111100
Octal 334 362 74
Decimal 220 242 60
Hex DC F2 3C

RGB Percentages of Color #dcf23c

%42.15
%46.36
%11.49

CMYK Percentages of Color #dcf23c

%9
%0
%75
%5

Triadic Colors of #dcf23c

#dcf23c #3cdcf2 #f23cdc

Analogous Colors of #dcf23c

#dcf23c #81f23c #f2ad3c

Monochromatic Colors of #dcf23c

#dcf23c

Complementary Color

#dcf23c #523cf2

#dcf23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf23c Color CSS Codes

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

#dcf23c Text Font Color

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

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


#dcf23c Background Color

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

This div background color is #dcf23c


#dcf23c Border Color

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

This div border color is #dcf23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf23c


Comments

No comments written yet.

Please login to write comment.