Color Hex Logo

#dcf76b Color Hex

#DCF76B
(220,247,107)
0 Favorites   0 Comments

Color spaces of #dcf76b

RGB 220247107
HSL0.200.900.69
HSV72°57°97°
CMYK 0.110.000.57   0.03
XYZ65.429882.798726.4432
Yxy82.79870.37460.4740
Hunter Lab90.9938-30.887346.4657
CIE-Lab92.9262-28.024963.0230

#dcf76b color RGB value is (220,247,107).

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

The process color (four color CMYK) of #dcf76b color hex is 0.11, 0.00, 0.57, 0.03. Web safe color of #dcf76b is #ccff66. Color #dcf76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 01101011
Octal 334 367 153
Decimal 220 247 107
Hex DC F7 6B

RGB Percentages of Color #dcf76b

%38.33
%43.03
%18.64

CMYK Percentages of Color #dcf76b

%11
%0
%57
%3

Triadic Colors of #dcf76b

#dcf76b #6bdcf7 #f76bdc

Analogous Colors of #dcf76b

#dcf76b #96f76b #f7cc6b

Monochromatic Colors of #dcf76b

#dcf76b

Complementary Color

#dcf76b #866bf7

#dcf76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf76b Color CSS Codes

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

#dcf76b Text Font Color

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

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


#dcf76b Background Color

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

This div background color is #dcf76b


#dcf76b Border Color

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

This div border color is #dcf76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf76b


Comments

No comments written yet.

Please login to write comment.