Color Hex Logo

#95abde Color Hex

#95ABDE
(149,171,222)
0 Favorites   0 Comments

Color spaces of #95abde

RGB 149171222
HSL0.620.530.73
HSV222°33°87°
CMYK 0.330.230.00   0.13
XYZ40.142240.789374.8646
Yxy40.78930.25770.2618
Hunter Lab63.86650.4268-24.7935
CIE-Lab70.02804.3273-28.1991

#95abde color RGB value is (149,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101011 11011110
Octal 225 253 336
Decimal 149 171 222
Hex 95 AB DE

RGB Percentages of Color #95abde

%27.49
%31.55
%40.96

CMYK Percentages of Color #95abde

%33
%23
%0
%13

Triadic Colors of #95abde

#95abde #de95ab #abde95

Analogous Colors of #95abde

#95abde #a495de #95d0de

Monochromatic Colors of #95abde

#95abde

Complementary Color

#95abde #dec895

#95abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#95abde Color CSS Codes

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

#95abde Text Font Color

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

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


#95abde Background Color

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

This div background color is #95abde


#95abde Border Color

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

This div border color is #95abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95abde


Comments

No comments written yet.

Please login to write comment.