Color Hex Logo

#9befee Color Hex

#9BEFEE
(155,239,238)
0 Favorites   0 Comments

Color spaces of #9befee

RGB 155239238
HSL0.500.720.77
HSV179°35°94°
CMYK 0.350.000.00   0.06
XYZ59.816774.874692.1885
Yxy74.87460.26360.3300
Hunter Lab86.5301-28.0339-2.5960
CIE-Lab89.3342-25.5460-7.5956

#9befee color RGB value is (155,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 11101110
Octal 233 357 356
Decimal 155 239 238
Hex 9B EF EE

RGB Percentages of Color #9befee

%24.53
%37.82
%37.66

CMYK Percentages of Color #9befee

%35
%0
%0
%6

Triadic Colors of #9befee

#9befee #ee9bef #efee9b

Analogous Colors of #9befee

#9befee #9bc6ef #9befc4

Monochromatic Colors of #9befee

#9befee

Complementary Color

#9befee #ef9b9c

#9befee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befee Color CSS Codes

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

#9befee Text Font Color

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

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


#9befee Background Color

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

This div background color is #9befee


#9befee Border Color

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

This div border color is #9befee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befee


Comments

No comments written yet.

Please login to write comment.