Color Hex Logo

#95abec Color Hex

#95ABEC
(149,171,236)
0 Favorites   0 Comments

Color spaces of #95abec

RGB 149171236
HSL0.620.700.75
HSV225°37°93°
CMYK 0.370.280.00   0.07
XYZ42.097741.571585.1622
Yxy41.57150.24930.2462
Hunter Lab64.47603.7134-33.1792
CIE-Lab70.57457.9672-35.0055

#95abec color RGB value is (149,171,236).

#95abec hex color red value is 149, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #95abec hue: 0.62 , saturation: 0.70 and the lightness value of 95abec is 0.75.

The process color (four color CMYK) of #95abec color hex is 0.37, 0.28, 0.00, 0.07. Web safe color of #95abec is #9999ff. Color #95abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 11101100
Octal 225 253 354
Decimal 149 171 236
Hex 95 AB EC

RGB Percentages of Color #95abec

%26.80
%30.76
%42.45

CMYK Percentages of Color #95abec

%37
%28
%0
%7

Triadic Colors of #95abec

#95abec #ec95ab #abec95

Analogous Colors of #95abec

#95abec #ab95ec #95d7ec

Monochromatic Colors of #95abec

#95abec

Complementary Color

#95abec #ecd695

#95abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abec Color CSS Codes

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

#95abec Text Font Color

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

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


#95abec Background Color

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

This div background color is #95abec


#95abec Border Color

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

This div border color is #95abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abec


Comments

No comments written yet.

Please login to write comment.