Color Hex Logo

#8bdceb Color Hex

#8BDCEB
(139,220,235)
0 Favorites   0 Comments

Color spaces of #8bdceb

RGB 139220235
HSL0.530.710.73
HSV189°41°92°
CMYK 0.410.060.00   0.08
XYZ51.236162.673587.9940
Yxy62.67350.25380.3104
Hunter Lab79.1666-23.0175-10.4845
CIE-Lab83.2703-20.9628-15.1364

#8bdceb color RGB value is (139,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 11101011
Octal 213 334 353
Decimal 139 220 235
Hex 8B DC EB

RGB Percentages of Color #8bdceb

%23.40
%37.04
%39.56

CMYK Percentages of Color #8bdceb

%41
%6
%0
%8

Triadic Colors of #8bdceb

#8bdceb #eb8bdc #dceb8b

Analogous Colors of #8bdceb

#8bdceb #8baceb #8bebca

Monochromatic Colors of #8bdceb

#8bdceb

Complementary Color

#8bdceb #eb9a8b

#8bdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdceb Color CSS Codes

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

#8bdceb Text Font Color

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

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


#8bdceb Background Color

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

This div background color is #8bdceb


#8bdceb Border Color

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

This div border color is #8bdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdceb


Comments

No comments written yet.

Please login to write comment.