Color Hex Logo

#d0fb84 Color Hex

#D0FB84
(208,251,132)
0 Favorites   0 Comments

Color spaces of #d0fb84

RGB 208251132
HSL0.230.940.75
HSV82°47°98°
CMYK 0.170.000.47   0.02
XYZ64.674584.070234.6483
Yxy84.07020.35270.4584
Hunter Lab91.6898-34.550041.7780
CIE-Lab93.4810-32.121452.2169

#d0fb84 color RGB value is (208,251,132).

#d0fb84 hex color red value is 208, green value is 251 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #d0fb84 hue: 0.23 , saturation: 0.94 and the lightness value of d0fb84 is 0.75.

The process color (four color CMYK) of #d0fb84 color hex is 0.17, 0.00, 0.47, 0.02. Web safe color of #d0fb84 is #ccff99. Color #d0fb84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111011 10000100
Octal 320 373 204
Decimal 208 251 132
Hex D0 FB 84

RGB Percentages of Color #d0fb84

%35.19
%42.47
%22.34

CMYK Percentages of Color #d0fb84

%17
%0
%47
%2

Triadic Colors of #d0fb84

#d0fb84 #84d0fb #fb84d0

Analogous Colors of #d0fb84

#d0fb84 #95fb84 #fbeb84

Monochromatic Colors of #d0fb84

#d0fb84

Complementary Color

#d0fb84 #af84fb

#d0fb84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fb84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fb84 Color CSS Codes

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

#d0fb84 Text Font Color

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

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


#d0fb84 Background Color

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

This div background color is #d0fb84


#d0fb84 Border Color

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

This div border color is #d0fb84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fb84


Comments

No comments written yet.

Please login to write comment.