Color Hex Logo

#9fcac5 Color Hex

#9FCAC5
(159,202,197)
0 Favorites   0 Comments

Color spaces of #9fcac5

RGB 159202197
HSL0.480.290.71
HSV173°21°79°
CMYK 0.210.000.02   0.21
XYZ45.496653.643260.7796
Yxy53.64320.28450.3354
Hunter Lab73.2415-17.29102.0672
CIE-Lab78.2532-15.1378-2.1700

#9fcac5 color RGB value is (159,202,197).

#9fcac5 hex color red value is 159, green value is 202 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #9fcac5 hue: 0.48 , saturation: 0.29 and the lightness value of 9fcac5 is 0.71.

The process color (four color CMYK) of #9fcac5 color hex is 0.21, 0.00, 0.02, 0.21. Web safe color of #9fcac5 is #99cccc. Color #9fcac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001010 11000101
Octal 237 312 305
Decimal 159 202 197
Hex 9F CA C5

RGB Percentages of Color #9fcac5

%28.49
%36.20
%35.30

CMYK Percentages of Color #9fcac5

%21
%0
%2
%21

Triadic Colors of #9fcac5

#9fcac5 #c59fca #cac59f

Analogous Colors of #9fcac5

#9fcac5 #9fbaca #9fcab0

Monochromatic Colors of #9fcac5

#9fcac5

Complementary Color

#9fcac5 #ca9fa4

#9fcac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcac5 Color CSS Codes

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

#9fcac5 Text Font Color

<p style="color:#9fcac5">Text here</p>

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


#9fcac5 Background Color

<div style="background-color:#9fcac5">
Div content here</div>

This div background color is #9fcac5


#9fcac5 Border Color

<div style="border:3px solid #9fcac5">
Div here</div>

This div border color is #9fcac5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,202,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fcac5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fcac5;
  -webkit-box-shadow: 1px 1px 3px 2px #9fcac5;
  box-shadow:         1px 1px 3px 2px #9fcac5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcac5


Comments

No comments written yet.

Please login to write comment.