Color Hex Logo

#95aaed Color Hex

#95AAED
(149,170,237)
0 Favorites   0 Comments

Color spaces of #95aaed

RGB 149170237
HSL0.630.710.76
HSV226°37°93°
CMYK 0.370.280.00   0.07
XYZ42.055241.253485.8669
Yxy41.25340.24860.2438
Hunter Lab64.22884.4763-34.3041
CIE-Lab70.35318.7932-35.8941

#95aaed color RGB value is (149,170,237).

#95aaed hex color red value is 149, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #95aaed hue: 0.63 , saturation: 0.71 and the lightness value of 95aaed is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101010 11101101
Octal 225 252 355
Decimal 149 170 237
Hex 95 AA ED

RGB Percentages of Color #95aaed

%26.80
%30.58
%42.63

CMYK Percentages of Color #95aaed

%37
%28
%0
%7

Triadic Colors of #95aaed

#95aaed #ed95aa #aaed95

Analogous Colors of #95aaed

#95aaed #ac95ed #95d6ed

Monochromatic Colors of #95aaed

#95aaed

Complementary Color

#95aaed #edd895

#95aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aaed Color CSS Codes

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

#95aaed Text Font Color

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

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


#95aaed Background Color

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

This div background color is #95aaed


#95aaed Border Color

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

This div border color is #95aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aaed


Comments

No comments written yet.

Please login to write comment.