Color Hex Logo

#d4faff Color Hex

#D4FAFF
(212,250,255)
0 Favorites   0 Comments

Color spaces of #d4faff

RGB 212250255
HSL0.521.000.92
HSV187°17°100°
CMYK 0.170.020.00   0.00
XYZ79.387089.5883107.7159
Yxy89.58830.28690.3238
Hunter Lab94.6511-15.9256-1.2181
CIE-Lab95.8257-11.1310-6.4799

#d4faff color RGB value is (212,250,255).

#d4faff hex color red value is 212, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d4faff hue: 0.52 , saturation: 1.00 and the lightness value of d4faff is 0.92.

The process color (four color CMYK) of #d4faff color hex is 0.17, 0.02, 0.00, 0.00. Web safe color of #d4faff is #ccffff. Color #d4faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 11111111
Octal 324 372 377
Decimal 212 250 255
Hex D4 FA FF

RGB Percentages of Color #d4faff

%29.57
%34.87
%35.56

CMYK Percentages of Color #d4faff

%17
%2
%0
%0

Triadic Colors of #d4faff

#d4faff #ffd4fa #faffd4

Analogous Colors of #d4faff

#d4faff #d4e5ff #d4ffef

Monochromatic Colors of #d4faff

#d4faff

Complementary Color

#d4faff #ffd9d4

#d4faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4faff Color CSS Codes

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

#d4faff Text Font Color

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

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


#d4faff Background Color

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

This div background color is #d4faff


#d4faff Border Color

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

This div border color is #d4faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4faff

Related Colors

#d4faff Color Palettes


Comments

No comments written yet.

Please login to write comment.