Color Hex Logo

#95ceac Color Hex

#95CEAC
(149,206,172)
0 Favorites   0 Comments

Color spaces of #95ceac

RGB 149206172
HSL0.400.370.70
HSV144°28°81°
CMYK 0.280.000.17   0.19
XYZ41.912153.510747.1493
Yxy53.51070.29400.3753
Hunter Lab73.1510-25.742112.9905
CIE-Lab78.1756-25.357011.0614

#95ceac color RGB value is (149,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001110 10101100
Octal 225 316 254
Decimal 149 206 172
Hex 95 CE AC

RGB Percentages of Color #95ceac

%28.27
%39.09
%32.64

CMYK Percentages of Color #95ceac

%28
%0
%17
%19

Triadic Colors of #95ceac

#95ceac #ac95ce #ceac95

Analogous Colors of #95ceac

#95ceac #95cec9 #9bce95

Monochromatic Colors of #95ceac

#95ceac

Complementary Color

#95ceac #ce95b7

#95ceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ceac Color CSS Codes

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

#95ceac Text Font Color

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

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


#95ceac Background Color

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

This div background color is #95ceac


#95ceac Border Color

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

This div border color is #95ceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ceac


Comments

No comments written yet.

Please login to write comment.