Color Hex Logo

#9beddb Color Hex

#9BEDDB
(155,237,219)
0 Favorites   0 Comments

Color spaces of #9beddb

RGB 155237219
HSL0.460.690.77
HSV167°35°93°
CMYK 0.350.000.08   0.07
XYZ56.587972.651478.0585
Yxy72.65140.27300.3505
Hunter Lab85.2358-30.65685.3676
CIE-Lab88.2812-28.85970.7964

#9beddb color RGB value is (155,237,219).

#9beddb hex color red value is 155, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9beddb hue: 0.46 , saturation: 0.69 and the lightness value of 9beddb is 0.77.

The process color (four color CMYK) of #9beddb color hex is 0.35, 0.00, 0.08, 0.07. Web safe color of #9beddb is #99ffcc. Color #9beddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 11011011
Octal 233 355 333
Decimal 155 237 219
Hex 9B ED DB

RGB Percentages of Color #9beddb

%25.37
%38.79
%35.84

CMYK Percentages of Color #9beddb

%35
%0
%8
%7

Triadic Colors of #9beddb

#9beddb #db9bed #eddb9b

Analogous Colors of #9beddb

#9beddb #9bd6ed #9bedb2

Monochromatic Colors of #9beddb

#9beddb

Complementary Color

#9beddb #ed9bad

#9beddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beddb Color CSS Codes

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

#9beddb Text Font Color

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

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


#9beddb Background Color

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

This div background color is #9beddb


#9beddb Border Color

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

This div border color is #9beddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beddb


Comments

No comments written yet.

Please login to write comment.