Color Hex Logo

#d7faed Color Hex

#D7FAED
(215,250,237)
0 Favorites   0 Comments

Color spaces of #d7faed

RGB 215250237
HSL0.440.780.91
HSV158°14°98°
CMYK 0.140.000.05   0.02
XYZ77.496088.932793.2020
Yxy88.93270.29850.3425
Hunter Lab94.3041-18.34697.4158
CIE-Lab95.5523-13.72122.4344

#d7faed color RGB value is (215,250,237).

#d7faed hex color red value is 215, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d7faed hue: 0.44 , saturation: 0.78 and the lightness value of d7faed is 0.91.

The process color (four color CMYK) of #d7faed color hex is 0.14, 0.00, 0.05, 0.02. Web safe color of #d7faed is #ccffff. Color #d7faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111010 11101101
Octal 327 372 355
Decimal 215 250 237
Hex D7 FA ED

RGB Percentages of Color #d7faed

%30.63
%35.61
%33.76

CMYK Percentages of Color #d7faed

%14
%0
%5
%2

Triadic Colors of #d7faed

#d7faed #edd7fa #faedd7

Analogous Colors of #d7faed

#d7faed #d7f6fa #d7fadc

Monochromatic Colors of #d7faed

#d7faed

Complementary Color

#d7faed #fad7e4

#d7faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7faed Color CSS Codes

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

#d7faed Text Font Color

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

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


#d7faed Background Color

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

This div background color is #d7faed


#d7faed Border Color

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

This div border color is #d7faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7faed

Related Colors


Comments

No comments written yet.

Please login to write comment.