Color Hex Logo

#8bcbea Color Hex

#8BCBEA
(139,203,234)
0 Favorites   0 Comments

Color spaces of #8bcbea

RGB 139203234
HSL0.550.690.73
HSV200°41°92°
CMYK 0.410.130.00   0.08
XYZ46.854754.141485.8227
Yxy54.14140.25080.2898
Hunter Lab73.5808-15.1015-17.6477
CIE-Lab78.5441-12.5379-21.7399

#8bcbea color RGB value is (139,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001011 11101010
Octal 213 313 352
Decimal 139 203 234
Hex 8B CB EA

RGB Percentages of Color #8bcbea

%24.13
%35.24
%40.63

CMYK Percentages of Color #8bcbea

%41
%13
%0
%8

Triadic Colors of #8bcbea

#8bcbea #ea8bcb #cbea8b

Analogous Colors of #8bcbea

#8bcbea #8b9cea #8beada

Monochromatic Colors of #8bcbea

#8bcbea

Complementary Color

#8bcbea #eaaa8b

#8bcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcbea Color CSS Codes

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

#8bcbea Text Font Color

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

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


#8bcbea Background Color

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

This div background color is #8bcbea


#8bcbea Border Color

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

This div border color is #8bcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcbea


Comments

No comments written yet.

Please login to write comment.