Color Hex Logo

#95eabd Color Hex

#95EABD
(149,234,189)
0 Favorites   0 Comments

Color spaces of #95eabd

RGB 149234189
HSL0.410.670.75
HSV148°36°92°
CMYK 0.360.000.19   0.08
XYZ51.002668.909358.7568
Yxy68.90930.28550.3857
Hunter Lab83.0116-35.599416.1418
CIE-Lab86.4591-35.326813.8255

#95eabd color RGB value is (149,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101010 10111101
Octal 225 352 275
Decimal 149 234 189
Hex 95 EA BD

RGB Percentages of Color #95eabd

%26.05
%40.91
%33.04

CMYK Percentages of Color #95eabd

%36
%0
%19
%8

Triadic Colors of #95eabd

#95eabd #bd95ea #eabd95

Analogous Colors of #95eabd

#95eabd #95eae8 #98ea95

Monochromatic Colors of #95eabd

#95eabd

Complementary Color

#95eabd #ea95c2

#95eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eabd Color CSS Codes

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

#95eabd Text Font Color

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

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


#95eabd Background Color

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

This div background color is #95eabd


#95eabd Border Color

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

This div border color is #95eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eabd


Comments

No comments written yet.

Please login to write comment.