Color Hex Logo

#d0feaa Color Hex

#D0FEAA
(208,254,170)
0 Favorites   0 Comments

Color spaces of #d0feaa

RGB 208254170
HSL0.260.980.83
HSV93°33°100°
CMYK 0.180.000.33   0.00
XYZ68.709987.195851.2393
Yxy87.19580.33170.4209
Hunter Lab93.3787-32.068932.8311
CIE-Lab94.8213-28.935735.5065

#d0feaa color RGB value is (208,254,170).

#d0feaa hex color red value is 208, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d0feaa hue: 0.26 , saturation: 0.98 and the lightness value of d0feaa is 0.83.

The process color (four color CMYK) of #d0feaa color hex is 0.18, 0.00, 0.33, 0.00. Web safe color of #d0feaa is #ccff99. Color #d0feaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111110 10101010
Octal 320 376 252
Decimal 208 254 170
Hex D0 FE AA

RGB Percentages of Color #d0feaa

%32.91
%40.19
%26.90

CMYK Percentages of Color #d0feaa

%18
%0
%33
%0

Triadic Colors of #d0feaa

#d0feaa #aad0fe #feaad0

Analogous Colors of #d0feaa

#d0feaa #aafeae #fafeaa

Monochromatic Colors of #d0feaa

#d0feaa

Complementary Color

#d0feaa #d8aafe

#d0feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0feaa Color CSS Codes

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

#d0feaa Text Font Color

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

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


#d0feaa Background Color

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

This div background color is #d0feaa


#d0feaa Border Color

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

This div border color is #d0feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0feaa


Comments

No comments written yet.

Please login to write comment.