Color Hex Logo

#d0faef Color Hex

#D0FAEF
(208,250,239)
0 Favorites   0 Comments

Color spaces of #d0faef

RGB 208250239
HSL0.460.810.90
HSV164°17°98°
CMYK 0.170.000.04   0.02
XYZ75.778088.013194.6557
Yxy88.01310.29320.3405
Hunter Lab93.8153-19.99595.8496
CIE-Lab95.1665-15.53570.7870

#d0faef color RGB value is (208,250,239).

#d0faef hex color red value is 208, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d0faef hue: 0.46 , saturation: 0.81 and the lightness value of d0faef is 0.90.

The process color (four color CMYK) of #d0faef color hex is 0.17, 0.00, 0.04, 0.02. Web safe color of #d0faef is #ccffff. Color #d0faef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111010 11101111
Octal 320 372 357
Decimal 208 250 239
Hex D0 FA EF

RGB Percentages of Color #d0faef

%29.84
%35.87
%34.29

CMYK Percentages of Color #d0faef

%17
%0
%4
%2

Triadic Colors of #d0faef

#d0faef #efd0fa #faefd0

Analogous Colors of #d0faef

#d0faef #d0f0fa #d0fada

Monochromatic Colors of #d0faef

#d0faef

Complementary Color

#d0faef #fad0db

#d0faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0faef Color CSS Codes

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

#d0faef Text Font Color

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

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


#d0faef Background Color

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

This div background color is #d0faef


#d0faef Border Color

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

This div border color is #d0faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0faef


Comments

No comments written yet.

Please login to write comment.