color codes Logo

#95eade color codes

#95EADE
(149,234,222)
0 Favorites   0 Comments

Color spaces of #95eade

RGB 149234222
HSL0.480.670.75
HSV172°36°92°
CMYK 0.360.000.05   0.08
XYZ55.002170.509179.8179
Yxy70.50910.26790.3434
Hunter Lab83.9697-30.02532.4203
CIE-Lab87.2460-28.3639-2.3234

#95eade color RGB value is (149,234,222).

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

The process color (four color CMYK) of #95eade color code is 0.36, 0.00, 0.05, 0.08. Web safe color of #95eade is #99ffcc. Color #95eade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101010 11011110
Octal 225 352 336
Decimal 149 234 222
Hex 95 EA DE

RGB Percentages of Color #95eade

%24.63
%38.68
%36.69

CMYK Percentages of Color #95eade

%36
%0
%5
%8

Triadic Colors of #95eade

#95eade #de95ea #eade95

Analogous Colors of #95eade

#95eade #95ccea #95eab4

Monochromatic Colors of #95eade

#95eade

Complementary Color

#95eade #ea95a1

#95eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eade Color CSS Codes

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

#95eade Text Font Color

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

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


#95eade Background Color

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

This div background color is #95eade


#95eade Border Color

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

This div border color is #95eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eade


Comments

No comments written yet.

Please login to write comment.