Color Hex Logo

#95d9aa Color Hex

#95D9AA
(149,217,170)
0 Favorites   0 Comments

Color spaces of #95d9aa

RGB 149217170
HSL0.380.470.72
HSV139°31°85°
CMYK 0.310.000.22   0.15
XYZ44.463058.917547.0590
Yxy58.91750.29560.3916
Hunter Lab76.7577-30.927417.3806
CIE-Lab81.2462-31.023216.4523

#95d9aa color RGB value is (149,217,170).

#95d9aa hex color red value is 149, green value is 217 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #95d9aa hue: 0.38 , saturation: 0.47 and the lightness value of 95d9aa is 0.72.

The process color (four color CMYK) of #95d9aa color hex is 0.31, 0.00, 0.22, 0.15. Web safe color of #95d9aa is #99cc99. Color #95d9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011001 10101010
Octal 225 331 252
Decimal 149 217 170
Hex 95 D9 AA

RGB Percentages of Color #95d9aa

%27.80
%40.49
%31.72

CMYK Percentages of Color #95d9aa

%31
%0
%22
%15

Triadic Colors of #95d9aa

#95d9aa #aa95d9 #d9aa95

Analogous Colors of #95d9aa

#95d9aa #95d9cc #a2d995

Monochromatic Colors of #95d9aa

#95d9aa

Complementary Color

#95d9aa #d995c4

#95d9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d9aa Color CSS Codes

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

#95d9aa Text Font Color

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

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


#95d9aa Background Color

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

This div background color is #95d9aa


#95d9aa Border Color

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

This div border color is #95d9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d9aa


Comments

No comments written yet.

Please login to write comment.