Color Hex Logo

#95aee9 Color Hex

#95AEE9
(149,174,233)
0 Favorites   0 Comments

Color spaces of #95aee9

RGB 149174233
HSL0.620.660.75
HSV222°36°91°
CMYK 0.360.250.00   0.09
XYZ42.238542.544983.0766
Yxy42.54490.25160.2535
Hunter Lab65.22651.4444-29.8570
CIE-Lab71.24505.5015-32.3327

#95aee9 color RGB value is (149,174,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 11101001
Octal 225 256 351
Decimal 149 174 233
Hex 95 AE E9

RGB Percentages of Color #95aee9

%26.80
%31.29
%41.91

CMYK Percentages of Color #95aee9

%36
%25
%0
%9

Triadic Colors of #95aee9

#95aee9 #e995ae #aee995

Analogous Colors of #95aee9

#95aee9 #a695e9 #95d8e9

Monochromatic Colors of #95aee9

#95aee9

Complementary Color

#95aee9 #e9d095

#95aee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aee9 Color CSS Codes

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

#95aee9 Text Font Color

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

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


#95aee9 Background Color

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

This div background color is #95aee9


#95aee9 Border Color

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

This div border color is #95aee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aee9


Comments

No comments written yet.

Please login to write comment.