Color Hex Logo

#d9faf0 Color Hex

#D9FAF0
(217,250,240)
0 Favorites   0 Comments

Color spaces of #d9faf0

RGB 217250240
HSL0.450.770.92
HSV162°13°98°
CMYK 0.130.000.04   0.02
XYZ78.529189.414295.5578
Yxy89.41420.29800.3393
Hunter Lab94.5591-17.23836.2751
CIE-Lab95.7532-12.52091.1942

#d9faf0 color RGB value is (217,250,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111010 11110000
Octal 331 372 360
Decimal 217 250 240
Hex D9 FA F0

RGB Percentages of Color #d9faf0

%30.69
%35.36
%33.95

CMYK Percentages of Color #d9faf0

%13
%0
%4
%2

Triadic Colors of #d9faf0

#d9faf0 #f0d9fa #faf0d9

Analogous Colors of #d9faf0

#d9faf0 #d9f4fa #d9fae0

Monochromatic Colors of #d9faf0

#d9faf0

Complementary Color

#d9faf0 #fad9e3

#d9faf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9faf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9faf0 Color CSS Codes

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

#d9faf0 Text Font Color

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

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


#d9faf0 Background Color

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

This div background color is #d9faf0


#d9faf0 Border Color

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

This div border color is #d9faf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9faf0

Related Colors


Comments

No comments written yet.

Please login to write comment.