Color Hex Logo

#8bdcee Color Hex

#8BDCEE
(139,220,238)
0 Favorites   0 Comments

Color spaces of #8bdcee

RGB 139220238
HSL0.530.740.74
HSV191°42°93°
CMYK 0.420.080.00   0.07
XYZ51.673362.848490.2964
Yxy62.84840.25230.3068
Hunter Lab79.2770-22.3872-12.0374
CIE-Lab83.3626-20.2063-16.5881

#8bdcee color RGB value is (139,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 11101110
Octal 213 334 356
Decimal 139 220 238
Hex 8B DC EE

RGB Percentages of Color #8bdcee

%23.28
%36.85
%39.87

CMYK Percentages of Color #8bdcee

%42
%8
%0
%7

Triadic Colors of #8bdcee

#8bdcee #ee8bdc #dcee8b

Analogous Colors of #8bdcee

#8bdcee #8babee #8beecf

Monochromatic Colors of #8bdcee

#8bdcee

Complementary Color

#8bdcee #ee9d8b

#8bdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcee Color CSS Codes

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

#8bdcee Text Font Color

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

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


#8bdcee Background Color

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

This div background color is #8bdcee


#8bdcee Border Color

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

This div border color is #8bdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcee


Comments

No comments written yet.

Please login to write comment.