Color Hex Logo

#9dc5bc Color Hex

#9DC5BC
(157,197,188)
0 Favorites   0 Comments

Color spaces of #9dc5bc

RGB 157197188
HSL0.460.260.69
HSV167°20°77°
CMYK 0.200.000.05   0.23
XYZ42.948050.731455.1055
Yxy50.73140.28870.3410
Hunter Lab71.2260-17.01313.9872
CIE-Lab76.5160-15.09390.1275

#9dc5bc color RGB value is (157,197,188).

#9dc5bc hex color red value is 157, green value is 197 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9dc5bc hue: 0.46 , saturation: 0.26 and the lightness value of 9dc5bc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000101 10111100
Octal 235 305 274
Decimal 157 197 188
Hex 9D C5 BC

RGB Percentages of Color #9dc5bc

%28.97
%36.35
%34.69

CMYK Percentages of Color #9dc5bc

%20
%0
%5
%23

Triadic Colors of #9dc5bc

#9dc5bc #bc9dc5 #c5bc9d

Analogous Colors of #9dc5bc

#9dc5bc #9dbac5 #9dc5a8

Monochromatic Colors of #9dc5bc

#9dc5bc

Complementary Color

#9dc5bc #c59da6

#9dc5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc5bc Color CSS Codes

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

#9dc5bc Text Font Color

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

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


#9dc5bc Background Color

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

This div background color is #9dc5bc


#9dc5bc Border Color

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

This div border color is #9dc5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc5bc


Comments

No comments written yet.

Please login to write comment.