Color Hex Logo

#95caa1 Color Hex

#95CAA1
(149,202,161)
0 Favorites   0 Comments

Color spaces of #95caa1

RGB 149202161
HSL0.370.330.69
HSV134°26°79°
CMYK 0.260.000.20   0.21
XYZ39.948051.203841.4961
Yxy51.20380.30120.3860
Hunter Lab71.5568-25.573315.7073
CIE-Lab76.8023-25.477915.0003

#95caa1 color RGB value is (149,202,161).

#95caa1 hex color red value is 149, green value is 202 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #95caa1 hue: 0.37 , saturation: 0.33 and the lightness value of 95caa1 is 0.69.

The process color (four color CMYK) of #95caa1 color hex is 0.26, 0.00, 0.20, 0.21. Web safe color of #95caa1 is #99cc99. Color #95caa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001010 10100001
Octal 225 312 241
Decimal 149 202 161
Hex 95 CA A1

RGB Percentages of Color #95caa1

%29.10
%39.45
%31.45

CMYK Percentages of Color #95caa1

%26
%0
%20
%21

Triadic Colors of #95caa1

#95caa1 #a195ca #caa195

Analogous Colors of #95caa1

#95caa1 #95cabc #a4ca95

Monochromatic Colors of #95caa1

#95caa1

Complementary Color

#95caa1 #ca95be

#95caa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95caa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95caa1 Color CSS Codes

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

#95caa1 Text Font Color

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

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


#95caa1 Background Color

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

This div background color is #95caa1


#95caa1 Border Color

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

This div border color is #95caa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95caa1


Comments

No comments written yet.

Please login to write comment.