Color Hex Logo

#95afdf Color Hex

#95AFDF
(149,175,223)
0 Favorites   0 Comments

Color spaces of #95afdf

RGB 149175223
HSL0.610.540.73
HSV219°33°87°
CMYK 0.330.220.00   0.13
XYZ41.043742.377275.8284
Yxy42.37720.25770.2661
Hunter Lab65.0978-1.3781-23.4948
CIE-Lab71.13022.3641-27.0531

#95afdf color RGB value is (149,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11011111
Octal 225 257 337
Decimal 149 175 223
Hex 95 AF DF

RGB Percentages of Color #95afdf

%27.24
%31.99
%40.77

CMYK Percentages of Color #95afdf

%33
%22
%0
%13

Triadic Colors of #95afdf

#95afdf #df95af #afdf95

Analogous Colors of #95afdf

#95afdf #a095df #95d4df

Monochromatic Colors of #95afdf

#95afdf

Complementary Color

#95afdf #dfc595

#95afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95afdf Color CSS Codes

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

#95afdf Text Font Color

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

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


#95afdf Background Color

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

This div background color is #95afdf


#95afdf Border Color

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

This div border color is #95afdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,175,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 #95afdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95afdf


Comments

No comments written yet.

Please login to write comment.