Color Hex Logo

#95afcc Color Hex

#95AFCC
(149,175,204)
0 Favorites   0 Comments

Color spaces of #95afcc

RGB 149175204
HSL0.590.350.69
HSV212°27°80°
CMYK 0.270.140.00   0.20
XYZ38.623541.409163.0838
Yxy41.40910.26990.2893
Hunter Lab64.3499-5.4747-13.0785
CIE-Lab70.4616-2.3332-17.6591

#95afcc color RGB value is (149,175,204).

#95afcc hex color red value is 149, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #95afcc hue: 0.59 , saturation: 0.35 and the lightness value of 95afcc is 0.69.

The process color (four color CMYK) of #95afcc color hex is 0.27, 0.14, 0.00, 0.20. Web safe color of #95afcc is #9999cc. Color #95afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101111 11001100
Octal 225 257 314
Decimal 149 175 204
Hex 95 AF CC

RGB Percentages of Color #95afcc

%28.22
%33.14
%38.64

CMYK Percentages of Color #95afcc

%27
%14
%0
%20

Triadic Colors of #95afcc

#95afcc #cc95af #afcc95

Analogous Colors of #95afcc

#95afcc #9795cc #95cbcc

Monochromatic Colors of #95afcc

#95afcc

Complementary Color

#95afcc #ccb295

#95afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95afcc Color CSS Codes

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

#95afcc Text Font Color

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

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


#95afcc Background Color

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

This div background color is #95afcc


#95afcc Border Color

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

This div border color is #95afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95afcc


Comments

No comments written yet.

Please login to write comment.