Color Hex Logo

#95afff Color Hex

#95AFFF
(149,175,255)
0 Favorites   0 Comments

Color spaces of #95afff

RGB 149175255
HSL0.631.000.79
HSV225°42°100°
CMYK 0.420.310.00   0.00
XYZ45.774444.2695100.7400
Yxy44.26950.23990.2320
Hunter Lab66.53536.3661-43.1952
CIE-Lab72.408310.8505-42.4565

#95afff color RGB value is (149,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11111111
Octal 225 257 377
Decimal 149 175 255
Hex 95 AF FF

RGB Percentages of Color #95afff

%25.73
%30.22
%44.04

CMYK Percentages of Color #95afff

%42
%31
%0
%0

Triadic Colors of #95afff

#95afff #ff95af #afff95

Analogous Colors of #95afff

#95afff #b095ff #95e4ff

Monochromatic Colors of #95afff

#95afff

Complementary Color

#95afff #ffe595

#95afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95afff Color CSS Codes

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

#95afff Text Font Color

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

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


#95afff Background Color

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

This div background color is #95afff


#95afff Border Color

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

This div border color is #95afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95afff

Related Colors


Comments

No comments written yet.

Please login to write comment.