Color Hex Logo

#8bdcea Color Hex

#8BDCEA
(139,220,234)
0 Favorites   0 Comments

Color spaces of #8bdcea

RGB 139220234
HSL0.520.690.73
HSV189°41°92°
CMYK 0.410.060.00   0.08
XYZ51.091962.615987.2351
Yxy62.61590.25430.3116
Hunter Lab79.1302-23.2260-9.9716
CIE-Lab83.2399-21.2138-14.6517

#8bdcea color RGB value is (139,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 11101010
Octal 213 334 352
Decimal 139 220 234
Hex 8B DC EA

RGB Percentages of Color #8bdcea

%23.44
%37.10
%39.46

CMYK Percentages of Color #8bdcea

%41
%6
%0
%8

Triadic Colors of #8bdcea

#8bdcea #ea8bdc #dcea8b

Analogous Colors of #8bdcea

#8bdcea #8badea #8beac9

Monochromatic Colors of #8bdcea

#8bdcea

Complementary Color

#8bdcea #ea998b

#8bdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcea Color CSS Codes

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

#8bdcea Text Font Color

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

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


#8bdcea Background Color

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

This div background color is #8bdcea


#8bdcea Border Color

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

This div border color is #8bdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcea


Comments

No comments written yet.

Please login to write comment.