Color Hex Logo

#dcf320 Color Hex

#DCF320
(220,243,32)
0 Favorites   0 Comments

Color spaces of #dcf320

RGB 22024332
HSL0.180.900.54
HSV67°87°95°
CMYK 0.090.000.87   0.05
XYZ61.826579.421113.4377
Yxy79.42110.39970.5134
Hunter Lab89.1185-32.122053.4429
CIE-Lab91.4245-29.809785.6393

#dcf320 color RGB value is (220,243,32).

#dcf320 hex color red value is 220, green value is 243 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dcf320 hue: 0.18 , saturation: 0.90 and the lightness value of dcf320 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 00100000
Octal 334 363 40
Decimal 220 243 32
Hex DC F3 20

RGB Percentages of Color #dcf320

%44.44
%49.09
%6.46

CMYK Percentages of Color #dcf320

%9
%0
%87
%5

Triadic Colors of #dcf320

#dcf320 #20dcf3 #f320dc

Analogous Colors of #dcf320

#dcf320 #73f320 #f3a120

Monochromatic Colors of #dcf320

#dcf320

Complementary Color

#dcf320 #3720f3

#dcf320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf320 Color CSS Codes

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

#dcf320 Text Font Color

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

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


#dcf320 Background Color

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

This div background color is #dcf320


#dcf320 Border Color

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

This div border color is #dcf320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf320


Comments

No comments written yet.

Please login to write comment.