Color Hex Logo

#95aeee Color Hex

#95AEEE
(149,174,238)
0 Favorites   0 Comments

Color spaces of #95aeee

RGB 149174238
HSL0.620.720.76
HSV223°37°93°
CMYK 0.370.270.00   0.07
XYZ42.963142.834786.8924
Yxy42.83470.24880.2480
Hunter Lab65.44822.6409-32.9027
CIE-Lab71.44266.8191-34.7482

#95aeee color RGB value is (149,174,238).

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

The process color (four color CMYK) of #95aeee color hex is 0.37, 0.27, 0.00, 0.07. Web safe color of #95aeee is #9999ff. Color #95aeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 11101110
Octal 225 256 356
Decimal 149 174 238
Hex 95 AE EE

RGB Percentages of Color #95aeee

%26.56
%31.02
%42.42

CMYK Percentages of Color #95aeee

%37
%27
%0
%7

Triadic Colors of #95aeee

#95aeee #ee95ae #aeee95

Analogous Colors of #95aeee

#95aeee #a995ee #95dbee

Monochromatic Colors of #95aeee

#95aeee

Complementary Color

#95aeee #eed595

#95aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aeee Color CSS Codes

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

#95aeee Text Font Color

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

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


#95aeee Background Color

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

This div background color is #95aeee


#95aeee Border Color

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

This div border color is #95aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aeee


Comments

No comments written yet.

Please login to write comment.