Color Hex Logo

#95badb Color Hex

#95BADB
(149,186,219)
0 Favorites   0 Comments

Color spaces of #95badb

RGB 149186219
HSL0.580.490.72
HSV208°32°86°
CMYK 0.320.150.00   0.14
XYZ42.739546.621873.7641
Yxy46.62180.26200.2858
Hunter Lab68.2802-7.7594-16.2558
CIE-Lab73.9472-4.6433-20.5727

#95badb color RGB value is (149,186,219).

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

The process color (four color CMYK) of #95badb color hex is 0.32, 0.15, 0.00, 0.14. Web safe color of #95badb is #99cccc. Color #95badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 11011011
Octal 225 272 333
Decimal 149 186 219
Hex 95 BA DB

RGB Percentages of Color #95badb

%26.90
%33.57
%39.53

CMYK Percentages of Color #95badb

%32
%15
%0
%14

Triadic Colors of #95badb

#95badb #db95ba #badb95

Analogous Colors of #95badb

#95badb #9597db #95dbd9

Monochromatic Colors of #95badb

#95badb

Complementary Color

#95badb #dbb695

#95badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95badb Color CSS Codes

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

#95badb Text Font Color

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

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


#95badb Background Color

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

This div background color is #95badb


#95badb Border Color

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

This div border color is #95badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95badb


Comments

No comments written yet.

Please login to write comment.