Color Hex Logo

#95aeba Color Hex

#95AEBA
(149,174,186)
0 Favorites   0 Comments

Color spaces of #95aeba

RGB 149174186
HSL0.550.210.66
HSV199°20°73°
CMYK 0.200.060.00   0.27
XYZ36.393440.206852.2969
Yxy40.20680.28230.3119
Hunter Lab63.4088-8.5157-4.5137
CIE-Lab69.6166-5.9605-9.0129

#95aeba color RGB value is (149,174,186).

#95aeba hex color red value is 149, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #95aeba hue: 0.55 , saturation: 0.21 and the lightness value of 95aeba is 0.66.

The process color (four color CMYK) of #95aeba color hex is 0.20, 0.06, 0.00, 0.27. Web safe color of #95aeba is #9999cc. Color #95aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 10111010
Octal 225 256 272
Decimal 149 174 186
Hex 95 AE BA

RGB Percentages of Color #95aeba

%29.27
%34.18
%36.54

CMYK Percentages of Color #95aeba

%20
%6
%0
%27

Triadic Colors of #95aeba

#95aeba #ba95ae #aeba95

Analogous Colors of #95aeba

#95aeba #959cba #95bab4

Monochromatic Colors of #95aeba

#95aeba

Complementary Color

#95aeba #baa195

#95aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aeba Color CSS Codes

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

#95aeba Text Font Color

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

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


#95aeba Background Color

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

This div background color is #95aeba


#95aeba Border Color

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

This div border color is #95aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aeba

#95aeba Color Palettes


Comments

No comments written yet.

Please login to write comment.