Color Hex Logo

#95bade Color Hex

#95BADE
(149,186,222)
0 Favorites   0 Comments

Color spaces of #95bade

RGB 149186222
HSL0.580.530.73
HSV210°33°87°
CMYK 0.330.160.00   0.13
XYZ43.138146.781375.8633
Yxy46.78130.26020.2822
Hunter Lab68.3969-7.1140-17.8845
CIE-Lab74.0497-3.8978-22.0468

#95bade color RGB value is (149,186,222).

#95bade hex color red value is 149, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #95bade hue: 0.58 , saturation: 0.53 and the lightness value of 95bade is 0.73.

The process color (four color CMYK) of #95bade color hex is 0.33, 0.16, 0.00, 0.13. Web safe color of #95bade is #99cccc. Color #95bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 11011110
Octal 225 272 336
Decimal 149 186 222
Hex 95 BA DE

RGB Percentages of Color #95bade

%26.75
%33.39
%39.86

CMYK Percentages of Color #95bade

%33
%16
%0
%13

Triadic Colors of #95bade

#95bade #de95ba #bade95

Analogous Colors of #95bade

#95bade #9596de #95dede

Monochromatic Colors of #95bade

#95bade

Complementary Color

#95bade #deb995

#95bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bade Color CSS Codes

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

#95bade Text Font Color

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

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


#95bade Background Color

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

This div background color is #95bade


#95bade Border Color

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

This div border color is #95bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bade


Comments

No comments written yet.

Please login to write comment.