Color Hex Logo

#d4faef Color Hex

#D4FAEF
(212,250,239)
0 Favorites   0 Comments

Color spaces of #d4faef

RGB 212250239
HSL0.450.790.91
HSV163°15°98°
CMYK 0.150.000.04   0.02
XYZ76.917088.600394.7090
Yxy88.60030.29560.3405
Hunter Lab94.1277-18.86136.2333
CIE-Lab95.4131-14.28761.1765

#d4faef color RGB value is (212,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11101111
Octal 324 372 357
Decimal 212 250 239
Hex D4 FA EF

RGB Percentages of Color #d4faef

%30.24
%35.66
%34.09

CMYK Percentages of Color #d4faef

%15
%0
%4
%2

Triadic Colors of #d4faef

#d4faef #efd4fa #faefd4

Analogous Colors of #d4faef

#d4faef #d4f2fa #d4fadc

Monochromatic Colors of #d4faef

#d4faef

Complementary Color

#d4faef #fad4df

#d4faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4faef Color CSS Codes

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

#d4faef Text Font Color

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

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


#d4faef Background Color

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

This div background color is #d4faef


#d4faef Border Color

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

This div border color is #d4faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4faef

Related Colors


Comments

No comments written yet.

Please login to write comment.