Color Hex Logo

#95aec0 Color Hex

#95AEC0
(149,174,192)
0 Favorites   0 Comments

Color spaces of #95aec0

RGB 149174192
HSL0.570.250.67
HSV205°22°75°
CMYK 0.220.090.00   0.25
XYZ37.044940.467455.7277
Yxy40.46740.27800.3037
Hunter Lab63.6140-7.3770-7.4100
CIE-Lab69.8011-4.6023-12.0475

#95aec0 color RGB value is (149,174,192).

#95aec0 hex color red value is 149, green value is 174 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #95aec0 hue: 0.57 , saturation: 0.25 and the lightness value of 95aec0 is 0.67.

The process color (four color CMYK) of #95aec0 color hex is 0.22, 0.09, 0.00, 0.25. Web safe color of #95aec0 is #9999cc. Color #95aec0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 11000000
Octal 225 256 300
Decimal 149 174 192
Hex 95 AE C0

RGB Percentages of Color #95aec0

%28.93
%33.79
%37.28

CMYK Percentages of Color #95aec0

%22
%9
%0
%25

Triadic Colors of #95aec0

#95aec0 #c095ae #aec095

Analogous Colors of #95aec0

#95aec0 #9599c0 #95c0bd

Monochromatic Colors of #95aec0

#95aec0

Complementary Color

#95aec0 #c0a795

#95aec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aec0 Color CSS Codes

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

#95aec0 Text Font Color

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

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


#95aec0 Background Color

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

This div background color is #95aec0


#95aec0 Border Color

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

This div border color is #95aec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aec0


Comments

No comments written yet.

Please login to write comment.