Color Hex Logo

#dcf177 Color Hex

#DCF177
(220,241,119)
0 Favorites   0 Comments

Color spaces of #dcf177

RGB 220241119
HSL0.200.810.71
HSV70°51°95°
CMYK 0.090.000.51   0.05
XYZ64.300379.458129.4007
Yxy79.45810.37130.4589
Hunter Lab89.1393-27.233442.8419
CIE-Lab91.4412-24.178955.9740

#dcf177 color RGB value is (220,241,119).

#dcf177 hex color red value is 220, green value is 241 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dcf177 hue: 0.20 , saturation: 0.81 and the lightness value of dcf177 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 01110111
Octal 334 361 167
Decimal 220 241 119
Hex DC F1 77

RGB Percentages of Color #dcf177

%37.93
%41.55
%20.52

CMYK Percentages of Color #dcf177

%9
%0
%51
%5

Triadic Colors of #dcf177

#dcf177 #77dcf1 #f177dc

Analogous Colors of #dcf177

#dcf177 #9ff177 #f1c977

Monochromatic Colors of #dcf177

#dcf177

Complementary Color

#dcf177 #8c77f1

#dcf177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf177 Color CSS Codes

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

#dcf177 Text Font Color

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

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


#dcf177 Background Color

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

This div background color is #dcf177


#dcf177 Border Color

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

This div border color is #dcf177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf177


Comments

No comments written yet.

Please login to write comment.