Color Hex Logo

#8bcadc Color Hex

#8BCADC
(139,202,220)
0 Favorites   0 Comments

Color spaces of #8bcadc

RGB 139202220
HSL0.540.540.70
HSV193°37°86°
CMYK 0.370.080.00   0.14
XYZ44.686352.897375.5651
Yxy52.89730.25810.3055
Hunter Lab72.7305-17.6064-10.6894
CIE-Lab77.8143-15.5819-15.3234

#8bcadc color RGB value is (139,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001010 11011100
Octal 213 312 334
Decimal 139 202 220
Hex 8B CA DC

RGB Percentages of Color #8bcadc

%24.78
%36.01
%39.22

CMYK Percentages of Color #8bcadc

%37
%8
%0
%14

Triadic Colors of #8bcadc

#8bcadc #dc8bca #cadc8b

Analogous Colors of #8bcadc

#8bcadc #8ba2dc #8bdcc6

Monochromatic Colors of #8bcadc

#8bcadc

Complementary Color

#8bcadc #dc9d8b

#8bcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcadc Color CSS Codes

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

#8bcadc Text Font Color

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

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


#8bcadc Background Color

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

This div background color is #8bcadc


#8bcadc Border Color

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

This div border color is #8bcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcadc

#8bcadc Color Palettes


Comments

No comments written yet.

Please login to write comment.