Color Hex Logo

#d0faeb Color Hex

#D0FAEB
(208,250,235)
0 Favorites   0 Comments

Color spaces of #d0faeb

RGB 208250235
HSL0.440.810.90
HSV159°17°98°
CMYK 0.170.000.06   0.02
XYZ75.193487.779391.5772
Yxy87.77930.29540.3448
Hunter Lab93.6906-20.69967.6308
CIE-Lab95.0679-16.30642.7093

#d0faeb color RGB value is (208,250,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111010 11101011
Octal 320 372 353
Decimal 208 250 235
Hex D0 FA EB

RGB Percentages of Color #d0faeb

%30.01
%36.08
%33.91

CMYK Percentages of Color #d0faeb

%17
%0
%6
%2

Triadic Colors of #d0faeb

#d0faeb #ebd0fa #faebd0

Analogous Colors of #d0faeb

#d0faeb #d0f4fa #d0fad6

Monochromatic Colors of #d0faeb

#d0faeb

Complementary Color

#d0faeb #fad0df

#d0faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0faeb Color CSS Codes

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

#d0faeb Text Font Color

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

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


#d0faeb Background Color

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

This div background color is #d0faeb


#d0faeb Border Color

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

This div border color is #d0faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0faeb


Comments

No comments written yet.

Please login to write comment.