Color Hex Logo

#dcfb9b Color Hex

#DCFB9B
(220,251,155)
0 Favorites   0 Comments

Color spaces of #dcfb9b

RGB 220251155
HSL0.220.920.80
HSV79°38°98°
CMYK 0.120.000.38   0.02
XYZ69.928886.576644.0357
Yxy86.57660.34870.4317
Hunter Lab93.0465-28.680437.0727
CIE-Lab94.5583-25.164342.7144

#dcfb9b color RGB value is (220,251,155).

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

The process color (four color CMYK) of #dcfb9b color hex is 0.12, 0.00, 0.38, 0.02. Web safe color of #dcfb9b is #ccff99. Color #dcfb9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 10011011
Octal 334 373 233
Decimal 220 251 155
Hex DC FB 9B

RGB Percentages of Color #dcfb9b

%35.14
%40.10
%24.76

CMYK Percentages of Color #dcfb9b

%12
%0
%38
%2

Triadic Colors of #dcfb9b

#dcfb9b #9bdcfb #fb9bdc

Analogous Colors of #dcfb9b

#dcfb9b #acfb9b #fbea9b

Monochromatic Colors of #dcfb9b

#dcfb9b

Complementary Color

#dcfb9b #ba9bfb

#dcfb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb9b Color CSS Codes

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

#dcfb9b Text Font Color

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

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


#dcfb9b Background Color

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

This div background color is #dcfb9b


#dcfb9b Border Color

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

This div border color is #dcfb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb9b


Comments

No comments written yet.

Please login to write comment.