Color Hex Logo

#d7fafe Color Hex

#D7FAFE
(215,250,254)
0 Favorites   0 Comments

Color spaces of #d7fafe

RGB 215250254
HSL0.520.950.92
HSV186°15°100°
CMYK 0.150.020.00   0.00
XYZ80.099389.9740106.9110
Yxy89.97400.28920.3248
Hunter Lab94.8546-15.2626-0.4277
CIE-Lab95.9860-10.4176-5.7059

#d7fafe color RGB value is (215,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111010 11111110
Octal 327 372 376
Decimal 215 250 254
Hex D7 FA FE

RGB Percentages of Color #d7fafe

%29.90
%34.77
%35.33

CMYK Percentages of Color #d7fafe

%15
%2
%0
%0

Triadic Colors of #d7fafe

#d7fafe #fed7fa #fafed7

Analogous Colors of #d7fafe

#d7fafe #d7e7fe #d7feef

Monochromatic Colors of #d7fafe

#d7fafe

Complementary Color

#d7fafe #fedbd7

#d7fafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fafe Color CSS Codes

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

#d7fafe Text Font Color

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

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


#d7fafe Background Color

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

This div background color is #d7fafe


#d7fafe Border Color

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

This div border color is #d7fafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fafe

Related Colors


Comments

No comments written yet.

Please login to write comment.