Color Hex Logo

#9beefe Color Hex

#9BEEFE
(155,238,254)
0 Favorites   0 Comments

Color spaces of #9beefe

RGB 155238254
HSL0.530.980.80
HSV190°39°100°
CMYK 0.390.060.00   0.00
XYZ61.981575.2734105.0284
Yxy75.27340.25580.3107
Hunter Lab86.7602-24.3101-11.0419
CIE-Lab89.5209-21.2428-15.6789

#9beefe color RGB value is (155,238,254).

#9beefe hex color red value is 155, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9beefe hue: 0.53 , saturation: 0.98 and the lightness value of 9beefe is 0.80.

The process color (four color CMYK) of #9beefe color hex is 0.39, 0.06, 0.00, 0.00. Web safe color of #9beefe is #99ffff. Color #9beefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 11111110
Octal 233 356 376
Decimal 155 238 254
Hex 9B EE FE

RGB Percentages of Color #9beefe

%23.96
%36.79
%39.26

CMYK Percentages of Color #9beefe

%39
%6
%0
%0

Triadic Colors of #9beefe

#9beefe #fe9bee #eefe9b

Analogous Colors of #9beefe

#9beefe #9bbdfe #9bfedd

Monochromatic Colors of #9beefe

#9beefe

Complementary Color

#9beefe #feab9b

#9beefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beefe Color CSS Codes

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

#9beefe Text Font Color

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

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


#9beefe Background Color

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

This div background color is #9beefe


#9beefe Border Color

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

This div border color is #9beefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beefe

Related Colors


Comments

No comments written yet.

Please login to write comment.