Color Hex Logo

#dcf989 Color Hex

#DCF989
(220,249,137)
0 Favorites   0 Comments

Color spaces of #dcf989

RGB 220249137
HSL0.210.900.76
HSV76°45°98°
CMYK 0.120.000.45   0.02
XYZ67.906284.773236.4507
Yxy84.77320.35900.4482
Hunter Lab92.0724-29.477440.9782
CIE-Lab93.7853-26.226750.4139

#dcf989 color RGB value is (220,249,137).

#dcf989 hex color red value is 220, green value is 249 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dcf989 hue: 0.21 , saturation: 0.90 and the lightness value of dcf989 is 0.76.

The process color (four color CMYK) of #dcf989 color hex is 0.12, 0.00, 0.45, 0.02. Web safe color of #dcf989 is #ccff99. Color #dcf989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 10001001
Octal 334 371 211
Decimal 220 249 137
Hex DC F9 89

RGB Percentages of Color #dcf989

%36.30
%41.09
%22.61

CMYK Percentages of Color #dcf989

%12
%0
%45
%2

Triadic Colors of #dcf989

#dcf989 #89dcf9 #f989dc

Analogous Colors of #dcf989

#dcf989 #a4f989 #f9de89

Monochromatic Colors of #dcf989

#dcf989

Complementary Color

#dcf989 #a689f9

#dcf989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf989 Color CSS Codes

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

#dcf989 Text Font Color

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

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


#dcf989 Background Color

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

This div background color is #dcf989


#dcf989 Border Color

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

This div border color is #dcf989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf989


Comments

No comments written yet.

Please login to write comment.