Color Hex Logo

#8bbeeb Color Hex

#8BBEEB
(139,190,235)
0 Favorites   0 Comments

Color spaces of #8bbeeb

RGB 139190235
HSL0.580.710.73
HSV208°41°92°
CMYK 0.410.190.00   0.08
XYZ44.056348.314085.6008
Yxy48.31400.24750.2715
Hunter Lab69.5083-8.5012-24.3610
CIE-Lab75.0225-5.3841-27.6522

#8bbeeb color RGB value is (139,190,235).

#8bbeeb hex color red value is 139, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8bbeeb hue: 0.58 , saturation: 0.71 and the lightness value of 8bbeeb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 11101011
Octal 213 276 353
Decimal 139 190 235
Hex 8B BE EB

RGB Percentages of Color #8bbeeb

%24.65
%33.69
%41.67

CMYK Percentages of Color #8bbeeb

%41
%19
%0
%8

Triadic Colors of #8bbeeb

#8bbeeb #eb8bbe #beeb8b

Analogous Colors of #8bbeeb

#8bbeeb #8b8eeb #8bebe8

Monochromatic Colors of #8bbeeb

#8bbeeb

Complementary Color

#8bbeeb #ebb88b

#8bbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbeeb Color CSS Codes

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

#8bbeeb Text Font Color

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

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


#8bbeeb Background Color

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

This div background color is #8bbeeb


#8bbeeb Border Color

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

This div border color is #8bbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbeeb


Comments

No comments written yet.

Please login to write comment.