Color Hex Logo

#dcf36f Color Hex

#DCF36F
(220,243,111)
0 Favorites   0 Comments

Color spaces of #dcf36f

RGB 220243111
HSL0.200.850.69
HSV70°54°95°
CMYK 0.090.000.54   0.05
XYZ64.435080.464527.1740
Yxy80.46450.37450.4676
Hunter Lab89.7020-28.757944.8303
CIE-Lab91.8929-25.819660.1023

#dcf36f color RGB value is (220,243,111).

#dcf36f hex color red value is 220, green value is 243 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dcf36f hue: 0.20 , saturation: 0.85 and the lightness value of dcf36f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 01101111
Octal 334 363 157
Decimal 220 243 111
Hex DC F3 6F

RGB Percentages of Color #dcf36f

%38.33
%42.33
%19.34

CMYK Percentages of Color #dcf36f

%9
%0
%54
%5

Triadic Colors of #dcf36f

#dcf36f #6fdcf3 #f36fdc

Analogous Colors of #dcf36f

#dcf36f #9af36f #f3c86f

Monochromatic Colors of #dcf36f

#dcf36f

Complementary Color

#dcf36f #866ff3

#dcf36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf36f Color CSS Codes

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

#dcf36f Text Font Color

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

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


#dcf36f Background Color

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

This div background color is #dcf36f


#dcf36f Border Color

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

This div border color is #dcf36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf36f


Comments

No comments written yet.

Please login to write comment.