Color Hex Logo

#95abfc Color Hex

#95ABFC
(149,171,252)
0 Favorites   0 Comments

Color spaces of #95abfc

RGB 149171252
HSL0.630.940.79
HSV227°41°99°
CMYK 0.410.320.00   0.01
XYZ44.528042.543797.9603
Yxy42.54370.24070.2299
Hunter Lab65.22557.7132-43.3880
CIE-Lab71.244212.2781-42.6543

#95abfc color RGB value is (149,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 11111100
Octal 225 253 374
Decimal 149 171 252
Hex 95 AB FC

RGB Percentages of Color #95abfc

%26.05
%29.90
%44.06

CMYK Percentages of Color #95abfc

%41
%32
%0
%1

Triadic Colors of #95abfc

#95abfc #fc95ab #abfc95

Analogous Colors of #95abfc

#95abfc #b395fc #95dffc

Monochromatic Colors of #95abfc

#95abfc

Complementary Color

#95abfc #fce695

#95abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abfc Color CSS Codes

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

#95abfc Text Font Color

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

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


#95abfc Background Color

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

This div background color is #95abfc


#95abfc Border Color

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

This div border color is #95abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abfc

Related Colors


Comments

No comments written yet.

Please login to write comment.