Color Hex Logo

#9be2db Color Hex

#9BE2DB
(155,226,219)
0 Favorites   0 Comments

Color spaces of #9be2db

RGB 155226219
HSL0.480.550.75
HSV174°31°89°
CMYK 0.310.000.03   0.11
XYZ53.500166.475777.0292
Yxy66.47570.27160.3374
Hunter Lab81.5326-25.55391.0577
CIE-Lab85.2385-23.5388-3.6594

#9be2db color RGB value is (155,226,219).

#9be2db hex color red value is 155, green value is 226 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9be2db hue: 0.48 , saturation: 0.55 and the lightness value of 9be2db is 0.75.

The process color (four color CMYK) of #9be2db color hex is 0.31, 0.00, 0.03, 0.11. Web safe color of #9be2db is #99cccc. Color #9be2db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100010 11011011
Octal 233 342 333
Decimal 155 226 219
Hex 9B E2 DB

RGB Percentages of Color #9be2db

%25.83
%37.67
%36.50

CMYK Percentages of Color #9be2db

%31
%0
%3
%11

Triadic Colors of #9be2db

#9be2db #db9be2 #e2db9b

Analogous Colors of #9be2db

#9be2db #9bc6e2 #9be2b8

Monochromatic Colors of #9be2db

#9be2db

Complementary Color

#9be2db #e29ba2

#9be2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be2db Color CSS Codes

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

#9be2db Text Font Color

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

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


#9be2db Background Color

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

This div background color is #9be2db


#9be2db Border Color

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

This div border color is #9be2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be2db


Comments

No comments written yet.

Please login to write comment.