Color Hex Logo

#9be3ea Color Hex

#9BE3EA
(155,227,234)
0 Favorites   0 Comments

Color spaces of #9be3ea

RGB 155227234
HSL0.510.650.76
HSV185°34°92°
CMYK 0.340.030.00   0.08
XYZ55.837967.847287.9948
Yxy67.84720.26380.3205
Hunter Lab82.3694-23.1420-5.6806
CIE-Lab85.9300-20.5917-10.5513

#9be3ea color RGB value is (155,227,234).

#9be3ea hex color red value is 155, green value is 227 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9be3ea hue: 0.51 , saturation: 0.65 and the lightness value of 9be3ea is 0.76.

The process color (four color CMYK) of #9be3ea color hex is 0.34, 0.03, 0.00, 0.08. Web safe color of #9be3ea is #99ccff. Color #9be3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100011 11101010
Octal 233 343 352
Decimal 155 227 234
Hex 9B E3 EA

RGB Percentages of Color #9be3ea

%25.16
%36.85
%37.99

CMYK Percentages of Color #9be3ea

%34
%3
%0
%8

Triadic Colors of #9be3ea

#9be3ea #ea9be3 #e3ea9b

Analogous Colors of #9be3ea

#9be3ea #9bbcea #9beaca

Monochromatic Colors of #9be3ea

#9be3ea

Complementary Color

#9be3ea #eaa29b

#9be3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be3ea Color CSS Codes

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

#9be3ea Text Font Color

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

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


#9be3ea Background Color

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

This div background color is #9be3ea


#9be3ea Border Color

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

This div border color is #9be3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,227,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 #9be3ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be3ea


Comments

No comments written yet.

Please login to write comment.