Color Hex Logo

#8bcdee Color Hex

#8BCDEE
(139,205,238)
0 Favorites   0 Comments

Color spaces of #8bcdee

RGB 139205238
HSL0.560.740.74
HSV200°42°93°
CMYK 0.420.140.00   0.07
XYZ47.911455.324789.0424
Yxy55.32470.24920.2877
Hunter Lab74.3806-15.1873-18.9108
CIE-Lab79.2279-12.5381-22.8429

#8bcdee color RGB value is (139,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001101 11101110
Octal 213 315 356
Decimal 139 205 238
Hex 8B CD EE

RGB Percentages of Color #8bcdee

%23.88
%35.22
%40.89

CMYK Percentages of Color #8bcdee

%42
%14
%0
%7

Triadic Colors of #8bcdee

#8bcdee #ee8bcd #cdee8b

Analogous Colors of #8bcdee

#8bcdee #8b9cee #8beede

Monochromatic Colors of #8bcdee

#8bcdee

Complementary Color

#8bcdee #eeac8b

#8bcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcdee Color CSS Codes

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

#8bcdee Text Font Color

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

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


#8bcdee Background Color

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

This div background color is #8bcdee


#8bcdee Border Color

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

This div border color is #8bcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcdee


Comments

No comments written yet.

Please login to write comment.