Color Hex Logo

#d4faee Color Hex

#D4FAEE
(212,250,238)
0 Favorites   0 Comments

Color spaces of #d4faee

RGB 212250238
HSL0.450.790.91
HSV161°15°98°
CMYK 0.150.000.05   0.02
XYZ76.769688.541393.9329
Yxy88.54130.29610.3415
Hunter Lab94.0964-19.03746.6805
CIE-Lab95.3884-14.47881.6567

#d4faee color RGB value is (212,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11101110
Octal 324 372 356
Decimal 212 250 238
Hex D4 FA EE

RGB Percentages of Color #d4faee

%30.29
%35.71
%34.00

CMYK Percentages of Color #d4faee

%15
%0
%5
%2

Triadic Colors of #d4faee

#d4faee #eed4fa #faeed4

Analogous Colors of #d4faee

#d4faee #d4f3fa #d4fadb

Monochromatic Colors of #d4faee

#d4faee

Complementary Color

#d4faee #fad4e0

#d4faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4faee Color CSS Codes

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

#d4faee Text Font Color

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

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


#d4faee Background Color

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

This div background color is #d4faee


#d4faee Border Color

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

This div border color is #d4faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4faee


Comments

No comments written yet.

Please login to write comment.