Color Hex Logo

#8bdadc Color Hex

#8BDADC
(139,218,220)
0 Favorites   0 Comments

Color spaces of #8bdadc

RGB 139218220
HSL0.500.540.70
HSV181°37°86°
CMYK 0.370.010.00   0.14
XYZ48.637160.799176.8821
Yxy60.79910.26100.3263
Hunter Lab77.9738-25.1125-3.8783
CIE-Lab82.2706-23.6542-8.6629

#8bdadc color RGB value is (139,218,220).

#8bdadc hex color red value is 139, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8bdadc hue: 0.50 , saturation: 0.54 and the lightness value of 8bdadc is 0.70.

The process color (four color CMYK) of #8bdadc color hex is 0.37, 0.01, 0.00, 0.14. Web safe color of #8bdadc is #99cccc. Color #8bdadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011010 11011100
Octal 213 332 334
Decimal 139 218 220
Hex 8B DA DC

RGB Percentages of Color #8bdadc

%24.09
%37.78
%38.13

CMYK Percentages of Color #8bdadc

%37
%1
%0
%14

Triadic Colors of #8bdadc

#8bdadc #dc8bda #dadc8b

Analogous Colors of #8bdadc

#8bdadc #8bb2dc #8bdcb6

Monochromatic Colors of #8bdadc

#8bdadc

Complementary Color

#8bdadc #dc8d8b

#8bdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdadc Color CSS Codes

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

#8bdadc Text Font Color

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

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


#8bdadc Background Color

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

This div background color is #8bdadc


#8bdadc Border Color

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

This div border color is #8bdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdadc


Comments

No comments written yet.

Please login to write comment.