Color Hex Logo

#95abff Color Hex

#95ABFF
(149,171,255)
0 Favorites   0 Comments

Color spaces of #95abff

RGB 149171255
HSL0.631.000.79
HSV228°42°100°
CMYK 0.420.330.00   0.00
XYZ45.007342.7354100.4844
Yxy42.73540.23910.2270
Hunter Lab65.37238.4915-45.3746
CIE-Lab71.375013.1025-44.0730

#95abff color RGB value is (149,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 11111111
Octal 225 253 377
Decimal 149 171 255
Hex 95 AB FF

RGB Percentages of Color #95abff

%25.91
%29.74
%44.35

CMYK Percentages of Color #95abff

%42
%33
%0
%0

Triadic Colors of #95abff

#95abff #ff95ab #abff95

Analogous Colors of #95abff

#95abff #b495ff #95e0ff

Monochromatic Colors of #95abff

#95abff

Complementary Color

#95abff #ffe995

#95abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abff Color CSS Codes

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

#95abff Text Font Color

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

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


#95abff Background Color

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

This div background color is #95abff


#95abff Border Color

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

This div border color is #95abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abff

Related Colors


Comments

No comments written yet.

Please login to write comment.