Color Hex Logo

#9dc9be Color Hex

#9DC9BE
(157,201,190)
0 Favorites   0 Comments

Color spaces of #9dc9be

RGB 157201190
HSL0.460.290.70
HSV165°22°79°
CMYK 0.220.000.05   0.21
XYZ44.085552.659156.5559
Yxy52.65910.28760.3435
Hunter Lab72.5666-18.54964.5880
CIE-Lab77.6733-16.72430.7366

#9dc9be color RGB value is (157,201,190).

#9dc9be hex color red value is 157, green value is 201 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9dc9be hue: 0.46 , saturation: 0.29 and the lightness value of 9dc9be is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001001 10111110
Octal 235 311 276
Decimal 157 201 190
Hex 9D C9 BE

RGB Percentages of Color #9dc9be

%28.65
%36.68
%34.67

CMYK Percentages of Color #9dc9be

%22
%0
%5
%21

Triadic Colors of #9dc9be

#9dc9be #be9dc9 #c9be9d

Analogous Colors of #9dc9be

#9dc9be #9dbec9 #9dc9a8

Monochromatic Colors of #9dc9be

#9dc9be

Complementary Color

#9dc9be #c99da8

#9dc9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc9be Color CSS Codes

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

#9dc9be Text Font Color

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

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


#9dc9be Background Color

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

This div background color is #9dc9be


#9dc9be Border Color

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

This div border color is #9dc9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc9be


Comments

No comments written yet.

Please login to write comment.