Color Hex Logo

#95aedd Color Hex

#95AEDD
(149,174,221)
0 Favorites   0 Comments

Color spaces of #95aedd

RGB 149174221
HSL0.610.510.73
HSV219°33°87°
CMYK 0.330.210.00   0.13
XYZ40.581641.882174.3518
Yxy41.88210.25880.2671
Hunter Lab64.7164-1.3220-22.8160
CIE-Lab70.78962.4088-26.4822

#95aedd color RGB value is (149,174,221).

#95aedd hex color red value is 149, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #95aedd hue: 0.61 , saturation: 0.51 and the lightness value of 95aedd is 0.73.

The process color (four color CMYK) of #95aedd color hex is 0.33, 0.21, 0.00, 0.13. Web safe color of #95aedd is #9999cc. Color #95aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 11011101
Octal 225 256 335
Decimal 149 174 221
Hex 95 AE DD

RGB Percentages of Color #95aedd

%27.39
%31.99
%40.63

CMYK Percentages of Color #95aedd

%33
%21
%0
%13

Triadic Colors of #95aedd

#95aedd #dd95ae #aedd95

Analogous Colors of #95aedd

#95aedd #a095dd #95d2dd

Monochromatic Colors of #95aedd

#95aedd

Complementary Color

#95aedd #ddc495

#95aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aedd Color CSS Codes

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

#95aedd Text Font Color

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

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


#95aedd Background Color

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

This div background color is #95aedd


#95aedd Border Color

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

This div border color is #95aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aedd


Comments

No comments written yet.

Please login to write comment.