Color Hex Logo

#95affe Color Hex

#95AFFE
(149,175,254)
0 Favorites   0 Comments

Color spaces of #95affe

RGB 149175254
HSL0.630.980.79
HSV225°41°100°
CMYK 0.410.310.00   0.00
XYZ45.613844.205399.8943
Yxy44.20530.24040.2330
Hunter Lab66.48716.1085-42.5400
CIE-Lab72.365510.5759-41.9833

#95affe color RGB value is (149,175,254).

#95affe hex color red value is 149, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #95affe hue: 0.63 , saturation: 0.98 and the lightness value of 95affe is 0.79.

The process color (four color CMYK) of #95affe color hex is 0.41, 0.31, 0.00, 0.00. Web safe color of #95affe is #9999ff. Color #95affe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11111110
Octal 225 257 376
Decimal 149 175 254
Hex 95 AF FE

RGB Percentages of Color #95affe

%25.78
%30.28
%43.94

CMYK Percentages of Color #95affe

%41
%31
%0
%0

Triadic Colors of #95affe

#95affe #fe95af #affe95

Analogous Colors of #95affe

#95affe #b095fe #95e4fe

Monochromatic Colors of #95affe

#95affe

Complementary Color

#95affe #fee495

#95affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95affe Color CSS Codes

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

#95affe Text Font Color

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

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


#95affe Background Color

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

This div background color is #95affe


#95affe Border Color

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

This div border color is #95affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95affe


Comments

No comments written yet.

Please login to write comment.