Color Hex Logo

#8bceea Color Hex

#8BCEEA
(139,206,234)
0 Favorites   0 Comments

Color spaces of #8bceea

RGB 139206234
HSL0.550.690.73
HSV198°41°92°
CMYK 0.410.120.00   0.08
XYZ47.570155.572186.0612
Yxy55.57210.25140.2937
Hunter Lab74.5467-16.5514-16.2653
CIE-Lab79.3697-14.0962-20.4875

#8bceea color RGB value is (139,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11101010
Octal 213 316 352
Decimal 139 206 234
Hex 8B CE EA

RGB Percentages of Color #8bceea

%24.01
%35.58
%40.41

CMYK Percentages of Color #8bceea

%41
%12
%0
%8

Triadic Colors of #8bceea

#8bceea #ea8bce #ceea8b

Analogous Colors of #8bceea

#8bceea #8b9fea #8bead7

Monochromatic Colors of #8bceea

#8bceea

Complementary Color

#8bceea #eaa78b

#8bceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bceea Color CSS Codes

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

#8bceea Text Font Color

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

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


#8bceea Background Color

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

This div background color is #8bceea


#8bceea Border Color

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

This div border color is #8bceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bceea


Comments

No comments written yet.

Please login to write comment.