Color Hex Logo

#9ddbbb Color Hex

#9DDBBB
(157,219,187)
0 Favorites   0 Comments

Color spaces of #9ddbbb

RGB 157219187
HSL0.410.460.74
HSV149°28°86°
CMYK 0.280.000.15   0.14
XYZ48.205861.419056.3280
Yxy61.41900.29050.3701
Hunter Lab78.3703-27.352112.2450
CIE-Lab82.6035-26.27459.4531

#9ddbbb color RGB value is (157,219,187).

#9ddbbb hex color red value is 157, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9ddbbb hue: 0.41 , saturation: 0.46 and the lightness value of 9ddbbb is 0.74.

The process color (four color CMYK) of #9ddbbb color hex is 0.28, 0.00, 0.15, 0.14. Web safe color of #9ddbbb is #99cccc. Color #9ddbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011011 10111011
Octal 235 333 273
Decimal 157 219 187
Hex 9D DB BB

RGB Percentages of Color #9ddbbb

%27.89
%38.90
%33.21

CMYK Percentages of Color #9ddbbb

%28
%0
%15
%14

Triadic Colors of #9ddbbb

#9ddbbb #bb9ddb #dbbb9d

Analogous Colors of #9ddbbb

#9ddbbb #9ddbda #9edb9d

Monochromatic Colors of #9ddbbb

#9ddbbb

Complementary Color

#9ddbbb #db9dbd

#9ddbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddbbb Color CSS Codes

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

#9ddbbb Text Font Color

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

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


#9ddbbb Background Color

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

This div background color is #9ddbbb


#9ddbbb Border Color

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

This div border color is #9ddbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddbbb


Comments

No comments written yet.

Please login to write comment.