Color Hex Logo

#95cfab Color Hex

#95CFAB
(149,207,171)
0 Favorites   0 Comments

Color spaces of #95cfab

RGB 149207171
HSL0.400.380.70
HSV143°28°81°
CMYK 0.280.000.17   0.19
XYZ42.057953.955546.7258
Yxy53.95550.29460.3780
Hunter Lab73.4544-26.341213.7025
CIE-Lab78.4358-26.037811.9644

#95cfab color RGB value is (149,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 10101011
Octal 225 317 253
Decimal 149 207 171
Hex 95 CF AB

RGB Percentages of Color #95cfab

%28.27
%39.28
%32.45

CMYK Percentages of Color #95cfab

%28
%0
%17
%19

Triadic Colors of #95cfab

#95cfab #ab95cf #cfab95

Analogous Colors of #95cfab

#95cfab #95cfc8 #9ccf95

Monochromatic Colors of #95cfab

#95cfab

Complementary Color

#95cfab #cf95b9

#95cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfab Color CSS Codes

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

#95cfab Text Font Color

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

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


#95cfab Background Color

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

This div background color is #95cfab


#95cfab Border Color

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

This div border color is #95cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfab


Comments

No comments written yet.

Please login to write comment.