Color Hex Logo

#95d5eb Color Hex

#95D5EB
(149,213,235)
0 Favorites   0 Comments

Color spaces of #95d5eb

RGB 149213235
HSL0.540.680.75
HSV195°37°92°
CMYK 0.370.090.00   0.08
XYZ51.184159.976287.4761
Yxy59.97620.25770.3019
Hunter Lab77.4443-17.5542-12.7592
CIE-Lab81.8253-14.8719-17.2616

#95d5eb color RGB value is (149,213,235).

#95d5eb hex color red value is 149, green value is 213 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #95d5eb hue: 0.54 , saturation: 0.68 and the lightness value of 95d5eb is 0.75.

The process color (four color CMYK) of #95d5eb color hex is 0.37, 0.09, 0.00, 0.08. Web safe color of #95d5eb is #99ccff. Color #95d5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010101 11101011
Octal 225 325 353
Decimal 149 213 235
Hex 95 D5 EB

RGB Percentages of Color #95d5eb

%24.96
%35.68
%39.36

CMYK Percentages of Color #95d5eb

%37
%9
%0
%8

Triadic Colors of #95d5eb

#95d5eb #eb95d5 #d5eb95

Analogous Colors of #95d5eb

#95d5eb #95aaeb #95ebd6

Monochromatic Colors of #95d5eb

#95d5eb

Complementary Color

#95d5eb #ebab95

#95d5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d5eb Color CSS Codes

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

#95d5eb Text Font Color

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

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


#95d5eb Background Color

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

This div background color is #95d5eb


#95d5eb Border Color

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

This div border color is #95d5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d5eb


Comments

No comments written yet.

Please login to write comment.