Color Hex Logo

#95afc2 Color Hex

#95AFC2
(149,175,194)
2 Favorites   0 Comments

Color spaces of #95afc2

RGB 149175194
HSL0.570.270.67
HSV205°23°76°
CMYK 0.230.100.00   0.24
XYZ37.462040.944556.9676
Yxy40.94450.27670.3025
Hunter Lab63.9879-7.4752-7.9936
CIE-Lab70.1370-4.6844-12.6462

#95afc2 color RGB value is (149,175,194).

#95afc2 hex color red value is 149, green value is 175 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #95afc2 hue: 0.57 , saturation: 0.27 and the lightness value of 95afc2 is 0.67.

The process color (four color CMYK) of #95afc2 color hex is 0.23, 0.10, 0.00, 0.24. Web safe color of #95afc2 is #9999cc. Color #95afc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11000010
Octal 225 257 302
Decimal 149 175 194
Hex 95 AF C2

RGB Percentages of Color #95afc2

%28.76
%33.78
%37.45

CMYK Percentages of Color #95afc2

%23
%10
%0
%24

Triadic Colors of #95afc2

#95afc2 #c295af #afc295

Analogous Colors of #95afc2

#95afc2 #9599c2 #95c2bf

Monochromatic Colors of #95afc2

#95afc2

Complementary Color

#95afc2 #c2a895

#95afc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95afc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95afc2 Color CSS Codes

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

#95afc2 Text Font Color

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

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


#95afc2 Background Color

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

This div background color is #95afc2


#95afc2 Border Color

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

This div border color is #95afc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95afc2

#95afc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.