Color Hex Logo

#95ebde Color Hex

#95EBDE
(149,235,222)
0 Favorites   0 Comments

Color spaces of #95ebde

RGB 149235222
HSL0.470.680.75
HSV171°37°92°
CMYK 0.370.000.06   0.08
XYZ55.287671.080179.9131
Yxy71.08010.26800.3446
Hunter Lab84.3090-30.48522.8177
CIE-Lab87.5239-28.8423-1.9158

#95ebde color RGB value is (149,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101011 11011110
Octal 225 353 336
Decimal 149 235 222
Hex 95 EB DE

RGB Percentages of Color #95ebde

%24.59
%38.78
%36.63

CMYK Percentages of Color #95ebde

%37
%0
%6
%8

Triadic Colors of #95ebde

#95ebde #de95eb #ebde95

Analogous Colors of #95ebde

#95ebde #95cdeb #95ebb3

Monochromatic Colors of #95ebde

#95ebde

Complementary Color

#95ebde #eb95a2

#95ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ebde Color CSS Codes

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

#95ebde Text Font Color

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

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


#95ebde Background Color

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

This div background color is #95ebde


#95ebde Border Color

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

This div border color is #95ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ebde


Comments

No comments written yet.

Please login to write comment.