Color Hex Logo

#95aedf Color Hex

#95AEDF
(149,174,223)
0 Favorites   0 Comments

Color spaces of #95aedf

RGB 149174223
HSL0.610.540.73
HSV220°33°87°
CMYK 0.330.220.00   0.13
XYZ40.849841.989475.7638
Yxy41.98940.25760.2647
Hunter Lab64.7992-0.8712-23.9629
CIE-Lab70.86362.9172-27.4624

#95aedf color RGB value is (149,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101110 11011111
Octal 225 256 337
Decimal 149 174 223
Hex 95 AE DF

RGB Percentages of Color #95aedf

%27.29
%31.87
%40.84

CMYK Percentages of Color #95aedf

%33
%22
%0
%13

Triadic Colors of #95aedf

#95aedf #df95ae #aedf95

Analogous Colors of #95aedf

#95aedf #a195df #95d3df

Monochromatic Colors of #95aedf

#95aedf

Complementary Color

#95aedf #dfc695

#95aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95aedf Color CSS Codes

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

#95aedf Text Font Color

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

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


#95aedf Background Color

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

This div background color is #95aedf


#95aedf Border Color

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

This div border color is #95aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95aedf


Comments

No comments written yet.

Please login to write comment.