Color Hex Logo

#d1faef Color Hex

#D1FAEF
(209,250,239)
0 Favorites   0 Comments

Color spaces of #d1faef

RGB 209250239
HSL0.460.800.90
HSV164°16°98°
CMYK 0.160.000.04   0.02
XYZ76.060188.158594.6689
Yxy88.15850.29380.3405
Hunter Lab93.8928-19.71415.9448
CIE-Lab95.2276-15.22480.8836

#d1faef color RGB value is (209,250,239).

#d1faef hex color red value is 209, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d1faef hue: 0.46 , saturation: 0.80 and the lightness value of d1faef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111010 11101111
Octal 321 372 357
Decimal 209 250 239
Hex D1 FA EF

RGB Percentages of Color #d1faef

%29.94
%35.82
%34.24

CMYK Percentages of Color #d1faef

%16
%0
%4
%2

Triadic Colors of #d1faef

#d1faef #efd1fa #faefd1

Analogous Colors of #d1faef

#d1faef #d1f1fa #d1fadb

Monochromatic Colors of #d1faef

#d1faef

Complementary Color

#d1faef #fad1dc

#d1faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1faef Color CSS Codes

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

#d1faef Text Font Color

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

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


#d1faef Background Color

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

This div background color is #d1faef


#d1faef Border Color

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

This div border color is #d1faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1faef


Comments

No comments written yet.

Please login to write comment.