Color Hex Logo

#d0eeae Color Hex

#D0EEAE
(208,238,174)
0 Favorites   0 Comments

Color spaces of #d0eeae

RGB 208238174
HSL0.240.650.81
HSV88°27°93°
CMYK 0.130.000.27   0.07
XYZ64.226977.615051.6405
Yxy77.61500.33200.4011
Hunter Lab88.0994-24.042426.9160
CIE-Lab90.6039-20.737227.8302

#d0eeae color RGB value is (208,238,174).

#d0eeae hex color red value is 208, green value is 238 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d0eeae hue: 0.24 , saturation: 0.65 and the lightness value of d0eeae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101110 10101110
Octal 320 356 256
Decimal 208 238 174
Hex D0 EE AE

RGB Percentages of Color #d0eeae

%33.55
%38.39
%28.06

CMYK Percentages of Color #d0eeae

%13
%0
%27
%7

Triadic Colors of #d0eeae

#d0eeae #aed0ee #eeaed0

Analogous Colors of #d0eeae

#d0eeae #b0eeae #eeecae

Monochromatic Colors of #d0eeae

#d0eeae

Complementary Color

#d0eeae #ccaeee

#d0eeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eeae Color CSS Codes

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

#d0eeae Text Font Color

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

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


#d0eeae Background Color

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

This div background color is #d0eeae


#d0eeae Border Color

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

This div border color is #d0eeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eeae


Comments

No comments written yet.

Please login to write comment.