Color Hex Logo

#95badc Color Hex

#95BADC
(149,186,220)
0 Favorites   0 Comments

Color spaces of #95badc

RGB 149186220
HSL0.580.500.72
HSV209°32°86°
CMYK 0.320.150.00   0.14
XYZ42.871646.674774.4597
Yxy46.67470.26140.2846
Hunter Lab68.3189-7.5454-16.7960
CIE-Lab73.9812-4.3956-21.0645

#95badc color RGB value is (149,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111010 11011100
Octal 225 272 334
Decimal 149 186 220
Hex 95 BA DC

RGB Percentages of Color #95badc

%26.85
%33.51
%39.64

CMYK Percentages of Color #95badc

%32
%15
%0
%14

Triadic Colors of #95badc

#95badc #dc95ba #badc95

Analogous Colors of #95badc

#95badc #9597dc #95dcdb

Monochromatic Colors of #95badc

#95badc

Complementary Color

#95badc #dcb795

#95badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95badc Color CSS Codes

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

#95badc Text Font Color

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

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


#95badc Background Color

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

This div background color is #95badc


#95badc Border Color

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

This div border color is #95badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95badc


Comments

No comments written yet.

Please login to write comment.