Color Hex Logo

#dcf259 Color Hex

#DCF259
(220,242,89)
0 Favorites   0 Comments

Color spaces of #dcf259

RGB 22024289
HSL0.190.850.65
HSV69°63°95°
CMYK 0.090.000.63   0.05
XYZ63.070579.441221.4607
Yxy79.44120.38460.4845
Hunter Lab89.1298-29.666048.1150
CIE-Lab91.4335-26.962468.8379

#dcf259 color RGB value is (220,242,89).

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

The process color (four color CMYK) of #dcf259 color hex is 0.09, 0.00, 0.63, 0.05. Web safe color of #dcf259 is #ccff66. Color #dcf259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 01011001
Octal 334 362 131
Decimal 220 242 89
Hex DC F2 59

RGB Percentages of Color #dcf259

%39.93
%43.92
%16.15

CMYK Percentages of Color #dcf259

%9
%0
%63
%5

Triadic Colors of #dcf259

#dcf259 #59dcf2 #f259dc

Analogous Colors of #dcf259

#dcf259 #90f259 #f2bc59

Monochromatic Colors of #dcf259

#dcf259

Complementary Color

#dcf259 #6f59f2

#dcf259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf259 Color CSS Codes

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

#dcf259 Text Font Color

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

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


#dcf259 Background Color

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

This div background color is #dcf259


#dcf259 Border Color

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

This div border color is #dcf259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf259


Comments

No comments written yet.

Please login to write comment.