Color Hex Logo

#dcf920 Color Hex

#DCF920
(220,249,32)
0 Favorites   0 Comments

Color spaces of #dcf920

RGB 22024932
HSL0.190.950.55
HSV68°87°98°
CMYK 0.120.000.87   0.02
XYZ63.651683.071314.0461
Yxy83.07130.39590.5167
Hunter Lab91.1435-34.842554.6633
CIE-Lab93.0456-32.575886.9538

#dcf920 color RGB value is (220,249,32).

#dcf920 hex color red value is 220, green value is 249 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dcf920 hue: 0.19 , saturation: 0.95 and the lightness value of dcf920 is 0.55.

The process color (four color CMYK) of #dcf920 color hex is 0.12, 0.00, 0.87, 0.02. Web safe color of #dcf920 is #ccff33. Color #dcf920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 00100000
Octal 334 371 40
Decimal 220 249 32
Hex DC F9 20

RGB Percentages of Color #dcf920

%43.91
%49.70
%6.39

CMYK Percentages of Color #dcf920

%12
%0
%87
%2

Triadic Colors of #dcf920

#dcf920 #20dcf9 #f920dc

Analogous Colors of #dcf920

#dcf920 #70f920 #f9aa20

Monochromatic Colors of #dcf920

#dcf920

Complementary Color

#dcf920 #3d20f9

#dcf920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf920 Color CSS Codes

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

#dcf920 Text Font Color

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

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


#dcf920 Background Color

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

This div background color is #dcf920


#dcf920 Border Color

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

This div border color is #dcf920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf920


Comments

No comments written yet.

Please login to write comment.