Color Hex Logo

#95d2af Color Hex

#95D2AF
(149,210,175)
0 Favorites   0 Comments

Color spaces of #95d2af

RGB 149210175
HSL0.400.400.70
HSV146°29°82°
CMYK 0.290.000.17   0.18
XYZ43.178955.577949.0093
Yxy55.57790.29220.3761
Hunter Lab74.5506-27.078213.2084
CIE-Lab79.3730-26.722011.1618

#95d2af color RGB value is (149,210,175).

#95d2af hex color red value is 149, green value is 210 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #95d2af hue: 0.40 , saturation: 0.40 and the lightness value of 95d2af is 0.70.

The process color (four color CMYK) of #95d2af color hex is 0.29, 0.00, 0.17, 0.18. Web safe color of #95d2af is #99cc99. Color #95d2af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010010 10101111
Octal 225 322 257
Decimal 149 210 175
Hex 95 D2 AF

RGB Percentages of Color #95d2af

%27.90
%39.33
%32.77

CMYK Percentages of Color #95d2af

%29
%0
%17
%18

Triadic Colors of #95d2af

#95d2af #af95d2 #d2af95

Analogous Colors of #95d2af

#95d2af #95d2ce #9ad295

Monochromatic Colors of #95d2af

#95d2af

Complementary Color

#95d2af #d295b8

#95d2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d2af Color CSS Codes

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

#95d2af Text Font Color

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

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


#95d2af Background Color

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

This div background color is #95d2af


#95d2af Border Color

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

This div border color is #95d2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d2af


Comments

No comments written yet.

Please login to write comment.