Color Hex Logo

#9befdb Color Hex

#9BEFDB
(155,239,219)
0 Favorites   0 Comments

Color spaces of #9befdb

RGB 155239219
HSL0.460.720.77
HSV166°35°94°
CMYK 0.350.000.08   0.06
XYZ57.170373.816078.2526
Yxy73.81600.27320.3528
Hunter Lab85.9162-31.57616.1400
CIE-Lab88.8354-29.81061.6038

#9befdb color RGB value is (155,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 11011011
Octal 233 357 333
Decimal 155 239 219
Hex 9B EF DB

RGB Percentages of Color #9befdb

%25.29
%38.99
%35.73

CMYK Percentages of Color #9befdb

%35
%0
%8
%6

Triadic Colors of #9befdb

#9befdb #db9bef #efdb9b

Analogous Colors of #9befdb

#9befdb #9bd9ef #9befb1

Monochromatic Colors of #9befdb

#9befdb

Complementary Color

#9befdb #ef9baf

#9befdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befdb Color CSS Codes

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

#9befdb Text Font Color

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

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


#9befdb Background Color

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

This div background color is #9befdb


#9befdb Border Color

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

This div border color is #9befdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befdb


Comments

No comments written yet.

Please login to write comment.