Color Hex Logo

#8bceee Color Hex

#8BCEEE
(139,206,238)
0 Favorites   0 Comments

Color spaces of #8bceee

RGB 139206238
HSL0.550.740.74
HSV199°42°93°
CMYK 0.420.130.00   0.07
XYZ48.151455.804689.1224
Yxy55.80460.24940.2890
Hunter Lab74.7025-15.6726-18.4431
CIE-Lab79.5025-13.0582-22.4255

#8bceee color RGB value is (139,206,238).

#8bceee hex color red value is 139, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8bceee hue: 0.55 , saturation: 0.74 and the lightness value of 8bceee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11101110
Octal 213 316 356
Decimal 139 206 238
Hex 8B CE EE

RGB Percentages of Color #8bceee

%23.84
%35.33
%40.82

CMYK Percentages of Color #8bceee

%42
%13
%0
%7

Triadic Colors of #8bceee

#8bceee #ee8bce #ceee8b

Analogous Colors of #8bceee

#8bceee #8b9dee #8beedd

Monochromatic Colors of #8bceee

#8bceee

Complementary Color

#8bceee #eeab8b

#8bceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bceee Color CSS Codes

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

#8bceee Text Font Color

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

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


#8bceee Background Color

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

This div background color is #8bceee


#8bceee Border Color

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

This div border color is #8bceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bceee


Comments

No comments written yet.

Please login to write comment.