Color Hex Logo

#dcf921 Color Hex

#DCF921
(220,249,33)
0 Favorites   0 Comments

Color spaces of #dcf921

RGB 22024933
HSL0.190.950.55
HSV68°87°98°
CMYK 0.120.000.87   0.02
XYZ63.665483.076814.1188
Yxy83.07680.39580.5165
Hunter Lab91.1465-34.824954.6184
CIE-Lab93.0481-32.554586.7839

#dcf921 color RGB value is (220,249,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 00100001
Octal 334 371 41
Decimal 220 249 33
Hex DC F9 21

RGB Percentages of Color #dcf921

%43.82
%49.60
%6.57

CMYK Percentages of Color #dcf921

%12
%0
%87
%2

Triadic Colors of #dcf921

#dcf921 #21dcf9 #f921dc

Analogous Colors of #dcf921

#dcf921 #70f921 #f9aa21

Monochromatic Colors of #dcf921

#dcf921

Complementary Color

#dcf921 #3e21f9

#dcf921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf921 Color CSS Codes

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

#dcf921 Text Font Color

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

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


#dcf921 Background Color

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

This div background color is #dcf921


#dcf921 Border Color

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

This div border color is #dcf921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf921


Comments

No comments written yet.

Please login to write comment.