Color Hex Logo

#95adb7 Color Hex

#95ADB7
(149,173,183)
0 Favorites   0 Comments

Color spaces of #95adb7

RGB 149173183
HSL0.550.190.65
HSV198°19°72°
CMYK 0.190.050.00   0.28
XYZ35.885239.695650.5704
Yxy39.69560.28450.3147
Hunter Lab63.0044-8.5902-3.4859
CIE-Lab69.2522-6.0877-7.8983

#95adb7 color RGB value is (149,173,183).

#95adb7 hex color red value is 149, green value is 173 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #95adb7 hue: 0.55 , saturation: 0.19 and the lightness value of 95adb7 is 0.65.

The process color (four color CMYK) of #95adb7 color hex is 0.19, 0.05, 0.00, 0.28. Web safe color of #95adb7 is #9999cc. Color #95adb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101101 10110111
Octal 225 255 267
Decimal 149 173 183
Hex 95 AD B7

RGB Percentages of Color #95adb7

%29.50
%34.26
%36.24

CMYK Percentages of Color #95adb7

%19
%5
%0
%28

Triadic Colors of #95adb7

#95adb7 #b795ad #adb795

Analogous Colors of #95adb7

#95adb7 #959cb7 #95b7b0

Monochromatic Colors of #95adb7

#95adb7

Complementary Color

#95adb7 #b79f95

#95adb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95adb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95adb7 Color CSS Codes

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

#95adb7 Text Font Color

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

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


#95adb7 Background Color

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

This div background color is #95adb7


#95adb7 Border Color

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

This div border color is #95adb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95adb7


Comments

No comments written yet.

Please login to write comment.