Color Hex Logo

#9bddda Color Hex

#9BDDDA
(155,221,218)
0 Favorites   0 Comments

Color spaces of #9bddda

RGB 155221218
HSL0.490.490.74
HSV177°30°87°
CMYK 0.300.000.01   0.13
XYZ52.028963.743475.8912
Yxy63.74340.27150.3326
Hunter Lab79.8395-23.3962-0.4703
CIE-Lab83.8320-21.2958-5.2024

#9bddda color RGB value is (155,221,218).

#9bddda hex color red value is 155, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9bddda hue: 0.49 , saturation: 0.49 and the lightness value of 9bddda is 0.74.

The process color (four color CMYK) of #9bddda color hex is 0.30, 0.00, 0.01, 0.13. Web safe color of #9bddda is #99cccc. Color #9bddda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11011010
Octal 233 335 332
Decimal 155 221 218
Hex 9B DD DA

RGB Percentages of Color #9bddda

%26.09
%37.21
%36.70

CMYK Percentages of Color #9bddda

%30
%0
%1
%13

Triadic Colors of #9bddda

#9bddda #da9bdd #ddda9b

Analogous Colors of #9bddda

#9bddda #9bbfdd #9bddb9

Monochromatic Colors of #9bddda

#9bddda

Complementary Color

#9bddda #dd9b9e

#9bddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddda Color CSS Codes

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

#9bddda Text Font Color

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

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


#9bddda Background Color

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

This div background color is #9bddda


#9bddda Border Color

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

This div border color is #9bddda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,221,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bddda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bddda;
  -webkit-box-shadow: 1px 1px 3px 2px #9bddda;
  box-shadow:         1px 1px 3px 2px #9bddda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,221,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddda


Comments

No comments written yet.

Please login to write comment.