Color Hex Logo

#95baff Color Hex

#95BAFF
(149,186,255)
0 Favorites   0 Comments

Color spaces of #95baff

RGB 149186255
HSL0.611.000.79
HSV219°42°100°
CMYK 0.420.270.00   0.00
XYZ48.003348.7274101.4830
Yxy48.72740.24220.2458
Hunter Lab69.80500.5916-37.3327
CIE-Lab75.28144.7269-37.9807

#95baff color RGB value is (149,186,255).

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

The process color (four color CMYK) of #95baff color hex is 0.42, 0.27, 0.00, 0.00. Web safe color of #95baff is #99ccff. Color #95baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 11111111
Octal 225 272 377
Decimal 149 186 255
Hex 95 BA FF

RGB Percentages of Color #95baff

%25.25
%31.53
%43.22

CMYK Percentages of Color #95baff

%42
%27
%0
%0

Triadic Colors of #95baff

#95baff #ff95ba #baff95

Analogous Colors of #95baff

#95baff #a595ff #95efff

Monochromatic Colors of #95baff

#95baff

Complementary Color

#95baff #ffda95

#95baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95baff Color CSS Codes

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

#95baff Text Font Color

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

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


#95baff Background Color

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

This div background color is #95baff


#95baff Border Color

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

This div border color is #95baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95baff


Comments

No comments written yet.

Please login to write comment.