Color Hex Logo

#dcf959 Color Hex

#DCF959
(220,249,89)
0 Favorites   0 Comments

Color spaces of #dcf959

RGB 22024989
HSL0.200.930.66
HSV71°64°98°
CMYK 0.120.000.64   0.02
XYZ65.194183.688322.1686
Yxy83.68830.38110.4893
Hunter Lab91.4813-32.884449.6692
CIE-Lab93.3150-30.231170.8157

#dcf959 color RGB value is (220,249,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01011001
Octal 334 371 131
Decimal 220 249 89
Hex DC F9 59

RGB Percentages of Color #dcf959

%39.43
%44.62
%15.95

CMYK Percentages of Color #dcf959

%12
%0
%64
%2

Triadic Colors of #dcf959

#dcf959 #59dcf9 #f959dc

Analogous Colors of #dcf959

#dcf959 #8cf959 #f9c659

Monochromatic Colors of #dcf959

#dcf959

Complementary Color

#dcf959 #7659f9

#dcf959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf959 Color CSS Codes

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

#dcf959 Text Font Color

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

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


#dcf959 Background Color

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

This div background color is #dcf959


#dcf959 Border Color

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

This div border color is #dcf959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf959

Related Colors


Comments

No comments written yet.

Please login to write comment.