Color Hex Logo

#95acce Color Hex

#95ACCE
(149,172,206)
0 Favorites   0 Comments

Color spaces of #95acce

RGB 149172206
HSL0.600.370.70
HSV216°28°81°
CMYK 0.280.170.00   0.19
XYZ38.287540.350864.1630
Yxy40.35080.26810.2826
Hunter Lab63.5223-3.5747-15.4224
CIE-Lab69.7187-0.2080-19.8854

#95acce color RGB value is (149,172,206).

#95acce hex color red value is 149, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #95acce hue: 0.60 , saturation: 0.37 and the lightness value of 95acce is 0.70.

The process color (four color CMYK) of #95acce color hex is 0.28, 0.17, 0.00, 0.19. Web safe color of #95acce is #9999cc. Color #95acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101100 11001110
Octal 225 254 316
Decimal 149 172 206
Hex 95 AC CE

RGB Percentages of Color #95acce

%28.27
%32.64
%39.09

CMYK Percentages of Color #95acce

%28
%17
%0
%19

Triadic Colors of #95acce

#95acce #ce95ac #acce95

Analogous Colors of #95acce

#95acce #9b95ce #95c9ce

Monochromatic Colors of #95acce

#95acce

Complementary Color

#95acce #ceb795

#95acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#95acce Color CSS Codes

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

#95acce Text Font Color

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

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


#95acce Background Color

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

This div background color is #95acce


#95acce Border Color

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

This div border color is #95acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95acce


Comments

No comments written yet.

Please login to write comment.