Color Hex Logo

#9be4db Color Hex

#9BE4DB
(155,228,219)
0 Favorites   0 Comments

Color spaces of #9be4db

RGB 155228219
HSL0.480.570.75
HSV173°32°89°
CMYK 0.320.000.04   0.11
XYZ54.047267.569877.2115
Yxy67.56980.27180.3398
Hunter Lab82.2009-26.48741.8493
CIE-Lab85.7909-24.5174-2.8475

#9be4db color RGB value is (155,228,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100100 11011011
Octal 233 344 333
Decimal 155 228 219
Hex 9B E4 DB

RGB Percentages of Color #9be4db

%25.75
%37.87
%36.38

CMYK Percentages of Color #9be4db

%32
%0
%4
%11

Triadic Colors of #9be4db

#9be4db #db9be4 #e4db9b

Analogous Colors of #9be4db

#9be4db #9bc9e4 #9be4b7

Monochromatic Colors of #9be4db

#9be4db

Complementary Color

#9be4db #e49ba4

#9be4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be4db Color CSS Codes

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

#9be4db Text Font Color

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

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


#9be4db Background Color

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

This div background color is #9be4db


#9be4db Border Color

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

This div border color is #9be4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be4db


Comments

No comments written yet.

Please login to write comment.