Color Hex Logo

#9beeea Color Hex

#9BEEEA
(155,238,234)
0 Favorites   0 Comments

Color spaces of #9beeea

RGB 155238234
HSL0.490.710.77
HSV177°35°93°
CMYK 0.350.000.02   0.07
XYZ58.943474.058189.0299
Yxy74.05810.26550.3335
Hunter Lab86.0570-28.3390-1.0983
CIE-Lab88.9499-25.9851-6.0721

#9beeea color RGB value is (155,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 11101010
Octal 233 356 352
Decimal 155 238 234
Hex 9B EE EA

RGB Percentages of Color #9beeea

%24.72
%37.96
%37.32

CMYK Percentages of Color #9beeea

%35
%0
%2
%7

Triadic Colors of #9beeea

#9beeea #ea9bee #eeea9b

Analogous Colors of #9beeea

#9beeea #9bc9ee #9beec1

Monochromatic Colors of #9beeea

#9beeea

Complementary Color

#9beeea #ee9b9f

#9beeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beeea Color CSS Codes

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

#9beeea Text Font Color

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

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


#9beeea Background Color

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

This div background color is #9beeea


#9beeea Border Color

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

This div border color is #9beeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beeea


Comments

No comments written yet.

Please login to write comment.