Color Hex Logo

#95d3eb Color Hex

#95D3EB
(149,211,235)
0 Favorites   0 Comments

Color spaces of #95d3eb

RGB 149211235
HSL0.550.680.75
HSV197°37°92°
CMYK 0.370.100.00   0.08
XYZ50.684158.976387.3095
Yxy58.97630.25730.2994
Hunter Lab76.7960-16.5860-13.6497
CIE-Lab81.2786-13.8444-18.0861

#95d3eb color RGB value is (149,211,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010011 11101011
Octal 225 323 353
Decimal 149 211 235
Hex 95 D3 EB

RGB Percentages of Color #95d3eb

%25.04
%35.46
%39.50

CMYK Percentages of Color #95d3eb

%37
%10
%0
%8

Triadic Colors of #95d3eb

#95d3eb #eb95d3 #d3eb95

Analogous Colors of #95d3eb

#95d3eb #95a8eb #95ebd8

Monochromatic Colors of #95d3eb

#95d3eb

Complementary Color

#95d3eb #ebad95

#95d3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d3eb Color CSS Codes

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

#95d3eb Text Font Color

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

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


#95d3eb Background Color

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

This div background color is #95d3eb


#95d3eb Border Color

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

This div border color is #95d3eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,211,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 #95d3eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d3eb


Comments

No comments written yet.

Please login to write comment.