Color Hex Logo

#d9faeb Color Hex

#D9FAEB
(217,250,235)
0 Favorites   0 Comments

Color spaces of #d9faeb

RGB 217250235
HSL0.420.770.92
HSV153°13°98°
CMYK 0.130.000.06   0.02
XYZ77.796389.121191.6991
Yxy89.12110.30080.3446
Hunter Lab94.4040-18.10898.4916
CIE-Lab95.6310-13.45793.5964

#d9faeb color RGB value is (217,250,235).

#d9faeb hex color red value is 217, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d9faeb hue: 0.42 , saturation: 0.77 and the lightness value of d9faeb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111010 11101011
Octal 331 372 353
Decimal 217 250 235
Hex D9 FA EB

RGB Percentages of Color #d9faeb

%30.91
%35.61
%33.48

CMYK Percentages of Color #d9faeb

%13
%0
%6
%2

Triadic Colors of #d9faeb

#d9faeb #ebd9fa #faebd9

Analogous Colors of #d9faeb

#d9faeb #d9f9fa #d9fadb

Monochromatic Colors of #d9faeb

#d9faeb

Complementary Color

#d9faeb #fad9e8

#d9faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9faeb Color CSS Codes

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

#d9faeb Text Font Color

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

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


#d9faeb Background Color

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

This div background color is #d9faeb


#d9faeb Border Color

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

This div border color is #d9faeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d9faeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9faeb


Comments

No comments written yet.

Please login to write comment.