Color Hex Logo

#8bbced Color Hex

#8BBCED
(139,188,237)
0 Favorites   0 Comments

Color spaces of #8bbced

RGB 139188237
HSL0.580.730.74
HSV210°41°93°
CMYK 0.410.210.00   0.07
XYZ43.916747.569886.9880
Yxy47.56980.24610.2665
Hunter Lab68.9709-7.0404-26.4986
CIE-Lab74.5528-3.7684-29.4539

#8bbced color RGB value is (139,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 11101101
Octal 213 274 355
Decimal 139 188 237
Hex 8B BC ED

RGB Percentages of Color #8bbced

%24.65
%33.33
%42.02

CMYK Percentages of Color #8bbced

%41
%21
%0
%7

Triadic Colors of #8bbced

#8bbced #ed8bbc #bced8b

Analogous Colors of #8bbced

#8bbced #8b8bed #8beded

Monochromatic Colors of #8bbced

#8bbced

Complementary Color

#8bbced #edbc8b

#8bbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbced Color CSS Codes

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

#8bbced Text Font Color

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

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


#8bbced Background Color

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

This div background color is #8bbced


#8bbced Border Color

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

This div border color is #8bbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbced


Comments

No comments written yet.

Please login to write comment.