Color Hex Logo

#dcfe9b Color Hex

#DCFE9B
(220,254,155)
0 Favorites   0 Comments

Color spaces of #dcfe9b

RGB 220254155
HSL0.220.980.80
HSV81°39°100°
CMYK 0.130.000.39   0.00
XYZ70.873488.465844.3505
Yxy88.46580.34790.4343
Hunter Lab94.0563-30.094937.8823
CIE-Lab95.3567-26.582343.7393

#dcfe9b color RGB value is (220,254,155).

#dcfe9b hex color red value is 220, green value is 254 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dcfe9b hue: 0.22 , saturation: 0.98 and the lightness value of dcfe9b is 0.80.

The process color (four color CMYK) of #dcfe9b color hex is 0.13, 0.00, 0.39, 0.00. Web safe color of #dcfe9b is #ccff99. Color #dcfe9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10011011
Octal 334 376 233
Decimal 220 254 155
Hex DC FE 9B

RGB Percentages of Color #dcfe9b

%34.98
%40.38
%24.64

CMYK Percentages of Color #dcfe9b

%13
%0
%39
%0

Triadic Colors of #dcfe9b

#dcfe9b #9bdcfe #fe9bdc

Analogous Colors of #dcfe9b

#dcfe9b #abfe9b #feef9b

Monochromatic Colors of #dcfe9b

#dcfe9b

Complementary Color

#dcfe9b #bd9bfe

#dcfe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe9b Color CSS Codes

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

#dcfe9b Text Font Color

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

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


#dcfe9b Background Color

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

This div background color is #dcfe9b


#dcfe9b Border Color

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

This div border color is #dcfe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe9b


Comments

No comments written yet.

Please login to write comment.