Color Hex Logo

#95ebce Color Hex

#95EBCE
(149,235,206)
0 Favorites   0 Comments

Color spaces of #95ebce

RGB 149235206
HSL0.440.680.75
HSV160°37°92°
CMYK 0.370.000.12   0.08
XYZ53.243370.262569.1483
Yxy70.26250.27640.3647
Hunter Lab83.8227-33.30859.7655
CIE-Lab87.1254-32.33395.8914

#95ebce color RGB value is (149,235,206).

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

The process color (four color CMYK) of #95ebce color hex is 0.37, 0.00, 0.12, 0.08. Web safe color of #95ebce is #99ffcc. Color #95ebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101011 11001110
Octal 225 353 316
Decimal 149 235 206
Hex 95 EB CE

RGB Percentages of Color #95ebce

%25.25
%39.83
%34.92

CMYK Percentages of Color #95ebce

%37
%0
%12
%8

Triadic Colors of #95ebce

#95ebce #ce95eb #ebce95

Analogous Colors of #95ebce

#95ebce #95ddeb #95eba3

Monochromatic Colors of #95ebce

#95ebce

Complementary Color

#95ebce #eb95b2

#95ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ebce Color CSS Codes

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

#95ebce Text Font Color

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

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


#95ebce Background Color

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

This div background color is #95ebce


#95ebce Border Color

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

This div border color is #95ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ebce


Comments

No comments written yet.

Please login to write comment.