Color Hex Logo

#8bdcef Color Hex

#8BDCEF
(139,220,239)
0 Favorites   0 Comments

Color spaces of #8bdcef

RGB 139220239
HSL0.530.760.74
HSV191°42°94°
CMYK 0.420.080.00   0.06
XYZ51.820662.907491.0725
Yxy62.90740.25180.3057
Hunter Lab79.3142-22.1753-12.5598
CIE-Lab83.3936-19.9529-17.0714

#8bdcef color RGB value is (139,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 11101111
Octal 213 334 357
Decimal 139 220 239
Hex 8B DC EF

RGB Percentages of Color #8bdcef

%23.24
%36.79
%39.97

CMYK Percentages of Color #8bdcef

%42
%8
%0
%6

Triadic Colors of #8bdcef

#8bdcef #ef8bdc #dcef8b

Analogous Colors of #8bdcef

#8bdcef #8baaef #8befd0

Monochromatic Colors of #8bdcef

#8bdcef

Complementary Color

#8bdcef #ef9e8b

#8bdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcef Color CSS Codes

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

#8bdcef Text Font Color

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

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


#8bdcef Background Color

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

This div background color is #8bdcef


#8bdcef Border Color

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

This div border color is #8bdcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,220,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8bdcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcef


Comments

No comments written yet.

Please login to write comment.