Color Hex Logo

#9bceee Color Hex

#9BCEEE
(155,206,238)
1 Favorites   0 Comments

Color spaces of #9bceee

RGB 155206238
HSL0.560.710.77
HSV203°35°93°
CMYK 0.350.130.00   0.07
XYZ51.021557.284289.2568
Yxy57.28420.25830.2900
Hunter Lab75.6863-12.1210-16.9402
CIE-Lab80.3392-8.8976-21.0769

#9bceee color RGB value is (155,206,238).

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

The process color (four color CMYK) of #9bceee color hex is 0.35, 0.13, 0.00, 0.07. Web safe color of #9bceee is #99ccff. Color #9bceee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11101110
Octal 233 316 356
Decimal 155 206 238
Hex 9B CE EE

RGB Percentages of Color #9bceee

%25.88
%34.39
%39.73

CMYK Percentages of Color #9bceee

%35
%13
%0
%7

Triadic Colors of #9bceee

#9bceee #ee9bce #ceee9b

Analogous Colors of #9bceee

#9bceee #9ba5ee #9beee5

Monochromatic Colors of #9bceee

#9bceee

Complementary Color

#9bceee #eebb9b

#9bceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bceee Color CSS Codes

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

#9bceee Text Font Color

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

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


#9bceee Background Color

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

This div background color is #9bceee


#9bceee Border Color

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

This div border color is #9bceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bceee


Comments

No comments written yet.

Please login to write comment.