Color Hex Logo

#9dcabc Color Hex

#9DCABC
(157,202,188)
0 Favorites   0 Comments

Color spaces of #9dcabc

RGB 157202188
HSL0.450.300.70
HSV161°22°79°
CMYK 0.220.000.07   0.21
XYZ44.102353.040055.4903
Yxy53.04000.28890.3475
Hunter Lab72.8286-19.35705.8051
CIE-Lab77.8986-17.64632.1412

#9dcabc color RGB value is (157,202,188).

#9dcabc hex color red value is 157, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9dcabc hue: 0.45 , saturation: 0.30 and the lightness value of 9dcabc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001010 10111100
Octal 235 312 274
Decimal 157 202 188
Hex 9D CA BC

RGB Percentages of Color #9dcabc

%28.70
%36.93
%34.37

CMYK Percentages of Color #9dcabc

%22
%0
%7
%21

Triadic Colors of #9dcabc

#9dcabc #bc9dca #cabc9d

Analogous Colors of #9dcabc

#9dcabc #9dc2ca #9dcaa6

Monochromatic Colors of #9dcabc

#9dcabc

Complementary Color

#9dcabc #ca9dab

#9dcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcabc Color CSS Codes

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

#9dcabc Text Font Color

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

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


#9dcabc Background Color

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

This div background color is #9dcabc


#9dcabc Border Color

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

This div border color is #9dcabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,202,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 #9dcabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcabc


Comments

No comments written yet.

Please login to write comment.