Color Hex Logo

#95cfaa Color Hex

#95CFAA
(149,207,170)
0 Favorites   0 Comments

Color spaces of #95cfaa

RGB 149207170
HSL0.390.380.70
HSV142°28°81°
CMYK 0.280.000.18   0.19
XYZ41.962953.917546.2256
Yxy53.91750.29530.3794
Hunter Lab73.4285-26.490914.0750
CIE-Lab78.4136-26.229312.4664

#95cfaa color RGB value is (149,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 10101010
Octal 225 317 252
Decimal 149 207 170
Hex 95 CF AA

RGB Percentages of Color #95cfaa

%28.33
%39.35
%32.32

CMYK Percentages of Color #95cfaa

%28
%0
%18
%19

Triadic Colors of #95cfaa

#95cfaa #aa95cf #cfaa95

Analogous Colors of #95cfaa

#95cfaa #95cfc7 #9dcf95

Monochromatic Colors of #95cfaa

#95cfaa

Complementary Color

#95cfaa #cf95ba

#95cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfaa Color CSS Codes

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

#95cfaa Text Font Color

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

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


#95cfaa Background Color

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

This div background color is #95cfaa


#95cfaa Border Color

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

This div border color is #95cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfaa


Comments

No comments written yet.

Please login to write comment.