Color Hex Logo

#95afde Color Hex

#95AFDE
(149,175,222)
0 Favorites   0 Comments

Color spaces of #95afde

RGB 149175222
HSL0.610.530.73
HSV219°33°87°
CMYK 0.330.210.00   0.13
XYZ40.909242.323475.1203
Yxy42.32340.25830.2673
Hunter Lab65.0564-1.6033-22.9223
CIE-Lab71.09332.1099-26.5632

#95afde color RGB value is (149,175,222).

#95afde hex color red value is 149, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #95afde hue: 0.61 , saturation: 0.53 and the lightness value of 95afde is 0.73.

The process color (four color CMYK) of #95afde color hex is 0.33, 0.21, 0.00, 0.13. Web safe color of #95afde is #9999cc. Color #95afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11011110
Octal 225 257 336
Decimal 149 175 222
Hex 95 AF DE

RGB Percentages of Color #95afde

%27.29
%32.05
%40.66

CMYK Percentages of Color #95afde

%33
%21
%0
%13

Triadic Colors of #95afde

#95afde #de95af #afde95

Analogous Colors of #95afde

#95afde #a095de #95d4de

Monochromatic Colors of #95afde

#95afde

Complementary Color

#95afde #dec495

#95afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#95afde Color CSS Codes

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

#95afde Text Font Color

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

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


#95afde Background Color

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

This div background color is #95afde


#95afde Border Color

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

This div border color is #95afde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,175,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95afde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95afde;
  -webkit-box-shadow: 1px 1px 3px 2px #95afde;
  box-shadow:         1px 1px 3px 2px #95afde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,175,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95afde


Comments

No comments written yet.

Please login to write comment.