Color Hex Logo

#95beac Color Hex

#95BEAC
(149,190,172)
0 Favorites   0 Comments

Color spaces of #95beac

RGB 149190172
HSL0.430.240.66
HSV154°22°75°
CMYK 0.220.000.09   0.25
XYZ38.254346.195045.9300
Yxy46.19500.29340.3543
Hunter Lab67.9669-18.47567.5104
CIE-Lab73.6719-17.35454.6122

#95beac color RGB value is (149,190,172).

#95beac hex color red value is 149, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #95beac hue: 0.43 , saturation: 0.24 and the lightness value of 95beac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111110 10101100
Octal 225 276 254
Decimal 149 190 172
Hex 95 BE AC

RGB Percentages of Color #95beac

%29.16
%37.18
%33.66

CMYK Percentages of Color #95beac

%22
%0
%9
%25

Triadic Colors of #95beac

#95beac #ac95be #beac95

Analogous Colors of #95beac

#95beac #95bcbe #95be98

Monochromatic Colors of #95beac

#95beac

Complementary Color

#95beac #be95a7

#95beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#95beac Color CSS Codes

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

#95beac Text Font Color

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

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


#95beac Background Color

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

This div background color is #95beac


#95beac Border Color

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

This div border color is #95beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95beac


Comments

No comments written yet.

Please login to write comment.