Color Hex Logo

#9befde Color Hex

#9BEFDE
(155,239,222)
0 Favorites   0 Comments

Color spaces of #9befde

RGB 155239222
HSL0.470.720.77
HSV168°35°94°
CMYK 0.350.000.07   0.06
XYZ57.568973.975580.3517
Yxy73.97550.27170.3491
Hunter Lab86.0090-31.03944.8162
CIE-Lab88.9109-29.15720.1461

#9befde color RGB value is (155,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 11011110
Octal 233 357 336
Decimal 155 239 222
Hex 9B EF DE

RGB Percentages of Color #9befde

%25.16
%38.80
%36.04

CMYK Percentages of Color #9befde

%35
%0
%7
%6

Triadic Colors of #9befde

#9befde #de9bef #efde9b

Analogous Colors of #9befde

#9befde #9bd6ef #9befb4

Monochromatic Colors of #9befde

#9befde

Complementary Color

#9befde #ef9bac

#9befde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befde Color CSS Codes

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

#9befde Text Font Color

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

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


#9befde Background Color

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

This div background color is #9befde


#9befde Border Color

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

This div border color is #9befde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befde


Comments

No comments written yet.

Please login to write comment.