Color Hex Logo

#dcf985 Color Hex

#DCF985
(220,249,133)
0 Favorites   0 Comments

Color spaces of #dcf985

RGB 220249133
HSL0.210.910.75
HSV75°47°98°
CMYK 0.120.000.47   0.02
XYZ67.624584.660534.9672
Yxy84.66050.36110.4521
Hunter Lab92.0111-29.829241.8757
CIE-Lab93.7366-26.635952.2401

#dcf985 color RGB value is (220,249,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 10000101
Octal 334 371 205
Decimal 220 249 133
Hex DC F9 85

RGB Percentages of Color #dcf985

%36.54
%41.36
%22.09

CMYK Percentages of Color #dcf985

%12
%0
%47
%2

Triadic Colors of #dcf985

#dcf985 #85dcf9 #f985dc

Analogous Colors of #dcf985

#dcf985 #a2f985 #f9dc85

Monochromatic Colors of #dcf985

#dcf985

Complementary Color

#dcf985 #a285f9

#dcf985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf985 Color CSS Codes

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

#dcf985 Text Font Color

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

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


#dcf985 Background Color

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

This div background color is #dcf985


#dcf985 Border Color

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

This div border color is #dcf985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf985

Related Colors


Comments

No comments written yet.

Please login to write comment.