Color Hex Logo

#95c8eb Color Hex

#95C8EB
(149,200,235)
0 Favorites   0 Comments

Color spaces of #95c8eb

RGB 149200235
HSL0.570.680.75
HSV204°37°92°
CMYK 0.370.150.00   0.08
XYZ48.044153.696386.4295
Yxy53.69630.25530.2854
Hunter Lab73.2778-11.2037-18.6368
CIE-Lab78.2843-8.1038-22.6222

#95c8eb color RGB value is (149,200,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001000 11101011
Octal 225 310 353
Decimal 149 200 235
Hex 95 C8 EB

RGB Percentages of Color #95c8eb

%25.51
%34.25
%40.24

CMYK Percentages of Color #95c8eb

%37
%15
%0
%8

Triadic Colors of #95c8eb

#95c8eb #eb95c8 #c8eb95

Analogous Colors of #95c8eb

#95c8eb #959deb #95ebe3

Monochromatic Colors of #95c8eb

#95c8eb

Complementary Color

#95c8eb #ebb895

#95c8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95c8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95c8eb Color CSS Codes

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

#95c8eb Text Font Color

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

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


#95c8eb Background Color

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

This div background color is #95c8eb


#95c8eb Border Color

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

This div border color is #95c8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95c8eb


Comments

No comments written yet.

Please login to write comment.