Color Hex Logo

#95cfae Color Hex

#95CFAE
(149,207,174)
0 Favorites   0 Comments

Color spaces of #95cfae

RGB 149207174
HSL0.410.380.70
HSV146°28°81°
CMYK 0.280.000.16   0.19
XYZ42.347254.071248.2492
Yxy54.07120.29270.3738
Hunter Lab73.5331-25.886112.5697
CIE-Lab78.5032-25.457010.4588

#95cfae color RGB value is (149,207,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 10101110
Octal 225 317 256
Decimal 149 207 174
Hex 95 CF AE

RGB Percentages of Color #95cfae

%28.11
%39.06
%32.83

CMYK Percentages of Color #95cfae

%28
%0
%16
%19

Triadic Colors of #95cfae

#95cfae #ae95cf #cfae95

Analogous Colors of #95cfae

#95cfae #95cfcb #99cf95

Monochromatic Colors of #95cfae

#95cfae

Complementary Color

#95cfae #cf95b6

#95cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfae Color CSS Codes

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

#95cfae Text Font Color

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

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


#95cfae Background Color

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

This div background color is #95cfae


#95cfae Border Color

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

This div border color is #95cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfae


Comments

No comments written yet.

Please login to write comment.