Color Hex Logo

#9cc4bf Color Hex

#9CC4BF
(156,196,191)
0 Favorites   0 Comments

Color spaces of #9cc4bf

RGB 156196191
HSL0.480.250.69
HSV173°20°77°
CMYK 0.200.000.03   0.23
XYZ42.854250.309456.7422
Yxy50.30940.28590.3356
Hunter Lab70.9291-16.27922.2193
CIE-Lab76.2588-14.2646-1.8786

#9cc4bf color RGB value is (156,196,191).

#9cc4bf hex color red value is 156, green value is 196 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9cc4bf hue: 0.48 , saturation: 0.25 and the lightness value of 9cc4bf is 0.69.

The process color (four color CMYK) of #9cc4bf color hex is 0.20, 0.00, 0.03, 0.23. Web safe color of #9cc4bf is #99cccc. Color #9cc4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000100 10111111
Octal 234 304 277
Decimal 156 196 191
Hex 9C C4 BF

RGB Percentages of Color #9cc4bf

%28.73
%36.10
%35.17

CMYK Percentages of Color #9cc4bf

%20
%0
%3
%23

Triadic Colors of #9cc4bf

#9cc4bf #bf9cc4 #c4bf9c

Analogous Colors of #9cc4bf

#9cc4bf #9cb5c4 #9cc4ab

Monochromatic Colors of #9cc4bf

#9cc4bf

Complementary Color

#9cc4bf #c49ca1

#9cc4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc4bf Color CSS Codes

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

#9cc4bf Text Font Color

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

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


#9cc4bf Background Color

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

This div background color is #9cc4bf


#9cc4bf Border Color

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

This div border color is #9cc4bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,196,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cc4bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cc4bf;
  -webkit-box-shadow: 1px 1px 3px 2px #9cc4bf;
  box-shadow:         1px 1px 3px 2px #9cc4bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,196,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc4bf


Comments

No comments written yet.

Please login to write comment.