Color Hex Logo

#95fcac Color Hex

#95FCAC
(149,252,172)
0 Favorites   0 Comments

Color spaces of #95fcac

RGB 149252172
HSL0.370.940.79
HSV133°41°99°
CMYK 0.410.000.32   0.01
XYZ54.651278.988951.3957
Yxy78.98890.29540.4269
Hunter Lab88.8757-45.769727.9263
CIE-Lab91.2293-46.421329.1552

#95fcac color RGB value is (149,252,172).

#95fcac hex color red value is 149, green value is 252 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #95fcac hue: 0.37 , saturation: 0.94 and the lightness value of 95fcac is 0.79.

The process color (four color CMYK) of #95fcac color hex is 0.41, 0.00, 0.32, 0.01. Web safe color of #95fcac is #99ff99. Color #95fcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111100 10101100
Octal 225 374 254
Decimal 149 252 172
Hex 95 FC AC

RGB Percentages of Color #95fcac

%26.00
%43.98
%30.02

CMYK Percentages of Color #95fcac

%41
%0
%32
%1

Triadic Colors of #95fcac

#95fcac #ac95fc #fcac95

Analogous Colors of #95fcac

#95fcac #95fce0 #b2fc95

Monochromatic Colors of #95fcac

#95fcac

Complementary Color

#95fcac #fc95e5

#95fcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fcac Color CSS Codes

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

#95fcac Text Font Color

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

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


#95fcac Background Color

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

This div background color is #95fcac


#95fcac Border Color

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

This div border color is #95fcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fcac


Comments

No comments written yet.

Please login to write comment.