Color Hex Logo

#9befed Color Hex

#9BEFED
(155,239,237)
0 Favorites   0 Comments

Color spaces of #9befed

RGB 155239237
HSL0.500.720.77
HSV179°35°94°
CMYK 0.350.000.01   0.06
XYZ59.670174.816091.4167
Yxy74.81600.26410.3312
Hunter Lab86.4962-28.2288-2.1154
CIE-Lab89.3067-25.7779-7.1135

#9befed color RGB value is (155,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 11101101
Octal 233 357 355
Decimal 155 239 237
Hex 9B EF ED

RGB Percentages of Color #9befed

%24.56
%37.88
%37.56

CMYK Percentages of Color #9befed

%35
%0
%1
%6

Triadic Colors of #9befed

#9befed #ed9bef #efed9b

Analogous Colors of #9befed

#9befed #9bc7ef #9befc3

Monochromatic Colors of #9befed

#9befed

Complementary Color

#9befed #ef9b9d

#9befed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befed Color CSS Codes

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

#9befed Text Font Color

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

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


#9befed Background Color

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

This div background color is #9befed


#9befed Border Color

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

This div border color is #9befed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befed


Comments

No comments written yet.

Please login to write comment.