Color Hex Logo

#9bddce Color Hex

#9BDDCE
(155,221,206)
0 Favorites   0 Comments

Color spaces of #9bddce

RGB 155221206
HSL0.460.490.74
HSV166°30°87°
CMYK 0.300.000.07   0.13
XYZ50.514663.137767.9169
Yxy63.13770.27820.3477
Hunter Lab79.4592-25.57594.9440
CIE-Lab83.5148-23.93570.6927

#9bddce color RGB value is (155,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11001110
Octal 233 335 316
Decimal 155 221 206
Hex 9B DD CE

RGB Percentages of Color #9bddce

%26.63
%37.97
%35.40

CMYK Percentages of Color #9bddce

%30
%0
%7
%13

Triadic Colors of #9bddce

#9bddce #ce9bdd #ddce9b

Analogous Colors of #9bddce

#9bddce #9bcbdd #9bddad

Monochromatic Colors of #9bddce

#9bddce

Complementary Color

#9bddce #dd9baa

#9bddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddce Color CSS Codes

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

#9bddce Text Font Color

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

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


#9bddce Background Color

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

This div background color is #9bddce


#9bddce Border Color

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

This div border color is #9bddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddce


Comments

No comments written yet.

Please login to write comment.