Color Hex Logo

#9dcfbc Color Hex

#9DCFBC
(157,207,188)
0 Favorites   0 Comments

Color spaces of #9dcfbc

RGB 157207188
HSL0.440.340.71
HSV157°24°81°
CMYK 0.240.000.09   0.19
XYZ45.294655.424655.8877
Yxy55.42460.28920.3539
Hunter Lab74.4477-21.68267.6045
CIE-Lab79.2852-20.16574.1514

#9dcfbc color RGB value is (157,207,188).

#9dcfbc hex color red value is 157, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9dcfbc hue: 0.44 , saturation: 0.34 and the lightness value of 9dcfbc is 0.71.

The process color (four color CMYK) of #9dcfbc color hex is 0.24, 0.00, 0.09, 0.19. Web safe color of #9dcfbc is #99cccc. Color #9dcfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001111 10111100
Octal 235 317 274
Decimal 157 207 188
Hex 9D CF BC

RGB Percentages of Color #9dcfbc

%28.44
%37.50
%34.06

CMYK Percentages of Color #9dcfbc

%24
%0
%9
%19

Triadic Colors of #9dcfbc

#9dcfbc #bc9dcf #cfbc9d

Analogous Colors of #9dcfbc

#9dcfbc #9dc9cf #9dcfa3

Monochromatic Colors of #9dcfbc

#9dcfbc

Complementary Color

#9dcfbc #cf9db0

#9dcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcfbc Color CSS Codes

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

#9dcfbc Text Font Color

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

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


#9dcfbc Background Color

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

This div background color is #9dcfbc


#9dcfbc Border Color

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

This div border color is #9dcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcfbc


Comments

No comments written yet.

Please login to write comment.