Color Hex Logo

#9be3db Color Hex

#9BE3DB
(155,227,219)
0 Favorites   0 Comments

Color spaces of #9be3db

RGB 155227219
HSL0.480.560.75
HSV173°32°89°
CMYK 0.320.000.04   0.11
XYZ53.772867.021277.1201
Yxy67.02120.27170.3386
Hunter Lab81.8665-26.02121.4540
CIE-Lab85.5147-24.0290-3.2533

#9be3db color RGB value is (155,227,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100011 11011011
Octal 233 343 333
Decimal 155 227 219
Hex 9B E3 DB

RGB Percentages of Color #9be3db

%25.79
%37.77
%36.44

CMYK Percentages of Color #9be3db

%32
%0
%4
%11

Triadic Colors of #9be3db

#9be3db #db9be3 #e3db9b

Analogous Colors of #9be3db

#9be3db #9bc7e3 #9be3b7

Monochromatic Colors of #9be3db

#9be3db

Complementary Color

#9be3db #e39ba3

#9be3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be3db Color CSS Codes

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

#9be3db Text Font Color

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

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


#9be3db Background Color

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

This div background color is #9be3db


#9be3db Border Color

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

This div border color is #9be3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be3db


Comments

No comments written yet.

Please login to write comment.