Color Hex Logo

#dcf56b Color Hex

#DCF56B
(220,245,107)
0 Favorites   0 Comments

Color spaces of #dcf56b

RGB 220245107
HSL0.200.870.69
HSV71°56°96°
CMYK 0.100.000.56   0.04
XYZ64.821481.582026.2404
Yxy81.58200.37550.4725
Hunter Lab90.3228-29.961846.0011
CIE-Lab92.3901-27.086462.4184

#dcf56b color RGB value is (220,245,107).

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

The process color (four color CMYK) of #dcf56b color hex is 0.10, 0.00, 0.56, 0.04. Web safe color of #dcf56b is #ccff66. Color #dcf56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01101011
Octal 334 365 153
Decimal 220 245 107
Hex DC F5 6B

RGB Percentages of Color #dcf56b

%38.46
%42.83
%18.71

CMYK Percentages of Color #dcf56b

%10
%0
%56
%4

Triadic Colors of #dcf56b

#dcf56b #6bdcf5 #f56bdc

Analogous Colors of #dcf56b

#dcf56b #97f56b #f5c96b

Monochromatic Colors of #dcf56b

#dcf56b

Complementary Color

#dcf56b #846bf5

#dcf56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf56b Color CSS Codes

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

#dcf56b Text Font Color

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

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


#dcf56b Background Color

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

This div background color is #dcf56b


#dcf56b Border Color

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

This div border color is #dcf56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf56b


Comments

No comments written yet.

Please login to write comment.