Color Hex Logo

#95aebe Color Hex

#95AEBE
(149,174,190)
0 Favorites   0 Comments

Color spaces of #95aebe

RGB 149174190
HSL0.570.240.66
HSV203°22°75°
CMYK 0.220.080.00   0.25
XYZ36.824740.379454.5683
Yxy40.37940.27950.3064
Hunter Lab63.5448-7.7612-6.4332
CIE-Lab69.7389-5.0592-11.0375

#95aebe color RGB value is (149,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 10111110
Octal 225 256 276
Decimal 149 174 190
Hex 95 AE BE

RGB Percentages of Color #95aebe

%29.04
%33.92
%37.04

CMYK Percentages of Color #95aebe

%22
%8
%0
%25

Triadic Colors of #95aebe

#95aebe #be95ae #aebe95

Analogous Colors of #95aebe

#95aebe #959abe #95beba

Monochromatic Colors of #95aebe

#95aebe

Complementary Color

#95aebe #bea595

#95aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aebe Color CSS Codes

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

#95aebe Text Font Color

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

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


#95aebe Background Color

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

This div background color is #95aebe


#95aebe Border Color

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

This div border color is #95aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aebe


Comments

No comments written yet.

Please login to write comment.