Color Hex Logo

#95daaa Color Hex

#95DAAA
(149,218,170)
0 Favorites   0 Comments

Color spaces of #95daaa

RGB 149218170
HSL0.380.480.72
HSV138°32°85°
CMYK 0.320.000.22   0.15
XYZ44.721559.434647.1452
Yxy59.43460.29560.3928
Hunter Lab77.0938-31.367817.7081
CIE-Lab81.5299-31.495216.8491

#95daaa color RGB value is (149,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 10101010
Octal 225 332 252
Decimal 149 218 170
Hex 95 DA AA

RGB Percentages of Color #95daaa

%27.75
%40.60
%31.66

CMYK Percentages of Color #95daaa

%32
%0
%22
%15

Triadic Colors of #95daaa

#95daaa #aa95da #daaa95

Analogous Colors of #95daaa

#95daaa #95dacd #a3da95

Monochromatic Colors of #95daaa

#95daaa

Complementary Color

#95daaa #da95c5

#95daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95daaa Color CSS Codes

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

#95daaa Text Font Color

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

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


#95daaa Background Color

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

This div background color is #95daaa


#95daaa Border Color

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

This div border color is #95daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95daaa


Comments

No comments written yet.

Please login to write comment.