Color Hex Logo

#d5faef Color Hex

#D5FAEF
(213,250,239)
0 Favorites   0 Comments

Color spaces of #d5faef

RGB 213250239
HSL0.450.790.91
HSV162°15°98°
CMYK 0.150.000.04   0.02
XYZ77.206288.749394.7225
Yxy88.74930.29620.3405
Hunter Lab94.2068-18.57426.3303
CIE-Lab95.4756-13.97341.2750

#d5faef color RGB value is (213,250,239).

#d5faef hex color red value is 213, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d5faef hue: 0.45 , saturation: 0.79 and the lightness value of d5faef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111010 11101111
Octal 325 372 357
Decimal 213 250 239
Hex D5 FA EF

RGB Percentages of Color #d5faef

%30.34
%35.61
%34.05

CMYK Percentages of Color #d5faef

%15
%0
%4
%2

Triadic Colors of #d5faef

#d5faef #efd5fa #faefd5

Analogous Colors of #d5faef

#d5faef #d5f3fa #d5fadd

Monochromatic Colors of #d5faef

#d5faef

Complementary Color

#d5faef #fad5e0

#d5faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5faef Color CSS Codes

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

#d5faef Text Font Color

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

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


#d5faef Background Color

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

This div background color is #d5faef


#d5faef Border Color

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

This div border color is #d5faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5faef

Related Colors


Comments

No comments written yet.

Please login to write comment.