Color Hex Logo

#8bbdeb Color Hex

#8BBDEB
(139,189,235)
0 Favorites   0 Comments

Color spaces of #8bbdeb

RGB 139189235
HSL0.580.710.73
HSV209°41°92°
CMYK 0.410.200.00   0.08
XYZ43.840547.882385.5288
Yxy47.88230.24730.2701
Hunter Lab69.1970-8.0043-24.8456
CIE-Lab74.7506-4.8449-28.0692

#8bbdeb color RGB value is (139,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111101 11101011
Octal 213 275 353
Decimal 139 189 235
Hex 8B BD EB

RGB Percentages of Color #8bbdeb

%24.69
%33.57
%41.74

CMYK Percentages of Color #8bbdeb

%41
%20
%0
%8

Triadic Colors of #8bbdeb

#8bbdeb #eb8bbd #bdeb8b

Analogous Colors of #8bbdeb

#8bbdeb #8b8deb #8bebe9

Monochromatic Colors of #8bbdeb

#8bbdeb

Complementary Color

#8bbdeb #ebb98b

#8bbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbdeb Color CSS Codes

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

#8bbdeb Text Font Color

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

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


#8bbdeb Background Color

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

This div background color is #8bbdeb


#8bbdeb Border Color

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

This div border color is #8bbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbdeb


Comments

No comments written yet.

Please login to write comment.