Color Hex Logo

#95eced Color Hex

#95ECED
(149,236,237)
0 Favorites   0 Comments

Color spaces of #95eced

RGB 149236237
HSL0.500.710.76
HSV181°37°93°
CMYK 0.370.000.00   0.07
XYZ57.675972.494991.0738
Yxy72.49490.26070.3277
Hunter Lab85.1439-28.0873-3.8185
CIE-Lab88.2063-25.8580-8.7746

#95eced color RGB value is (149,236,237).

#95eced hex color red value is 149, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #95eced hue: 0.50 , saturation: 0.71 and the lightness value of 95eced is 0.76.

The process color (four color CMYK) of #95eced color hex is 0.37, 0.00, 0.00, 0.07. Web safe color of #95eced is #99ffff. Color #95eced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 11101101
Octal 225 354 355
Decimal 149 236 237
Hex 95 EC ED

RGB Percentages of Color #95eced

%23.95
%37.94
%38.10

CMYK Percentages of Color #95eced

%37
%0
%0
%7

Triadic Colors of #95eced

#95eced #ed95ec #eced95

Analogous Colors of #95eced

#95eced #95c0ed #95edc2

Monochromatic Colors of #95eced

#95eced

Complementary Color

#95eced #ed9695

#95eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eced Color CSS Codes

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

#95eced Text Font Color

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

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


#95eced Background Color

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

This div background color is #95eced


#95eced Border Color

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

This div border color is #95eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eced


Comments

No comments written yet.

Please login to write comment.