Color Hex Logo

#dcfb95 Color Hex

#DCFB95
(220,251,149)
0 Favorites   0 Comments

Color spaces of #dcfb95

RGB 220251149
HSL0.220.930.78
HSV78°41°98°
CMYK 0.120.000.41   0.02
XYZ69.437286.379941.4470
Yxy86.37990.35200.4379
Hunter Lab92.9408-29.286838.6181
CIE-Lab94.4745-25.863445.5269

#dcfb95 color RGB value is (220,251,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 10010101
Octal 334 373 225
Decimal 220 251 149
Hex DC FB 95

RGB Percentages of Color #dcfb95

%35.48
%40.48
%24.03

CMYK Percentages of Color #dcfb95

%12
%0
%41
%2

Triadic Colors of #dcfb95

#dcfb95 #95dcfb #fb95dc

Analogous Colors of #dcfb95

#dcfb95 #a9fb95 #fbe795

Monochromatic Colors of #dcfb95

#dcfb95

Complementary Color

#dcfb95 #b495fb

#dcfb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb95 Color CSS Codes

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

#dcfb95 Text Font Color

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

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


#dcfb95 Background Color

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

This div background color is #dcfb95


#dcfb95 Border Color

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

This div border color is #dcfb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb95


Comments

No comments written yet.

Please login to write comment.