Color Hex Logo

#8bdefe Color Hex

#8BDEFE
(139,222,254)
0 Favorites   0 Comments

Color spaces of #8bdefe

RGB 139222254
HSL0.550.980.77
HSV197°45°100°
CMYK 0.450.130.00   0.00
XYZ54.658164.8873103.4096
Yxy64.88730.24520.2910
Hunter Lab80.5527-19.8480-19.7268
CIE-Lab84.4256-17.0778-23.4433

#8bdefe color RGB value is (139,222,254).

#8bdefe hex color red value is 139, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8bdefe hue: 0.55 , saturation: 0.98 and the lightness value of 8bdefe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011110 11111110
Octal 213 336 376
Decimal 139 222 254
Hex 8B DE FE

RGB Percentages of Color #8bdefe

%22.60
%36.10
%41.30

CMYK Percentages of Color #8bdefe

%45
%13
%0
%0

Triadic Colors of #8bdefe

#8bdefe #fe8bde #defe8b

Analogous Colors of #8bdefe

#8bdefe #8ba5fe #8bfee5

Monochromatic Colors of #8bdefe

#8bdefe

Complementary Color

#8bdefe #feab8b

#8bdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdefe Color CSS Codes

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

#8bdefe Text Font Color

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

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


#8bdefe Background Color

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

This div background color is #8bdefe


#8bdefe Border Color

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

This div border color is #8bdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdefe


Comments

No comments written yet.

Please login to write comment.