Color Hex Logo

#8bc5dc Color Hex

#8BC5DC
(139,197,220)
0 Favorites   0 Comments

Color spaces of #8bc5dc

RGB 139197220
HSL0.550.540.70
HSV197°37°86°
CMYK 0.370.100.00   0.14
XYZ43.532050.588875.1804
Yxy50.58880.25710.2988
Hunter Lab71.1258-15.2206-12.8818
CIE-Lab76.4293-12.9886-17.4104

#8bc5dc color RGB value is (139,197,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000101 11011100
Octal 213 305 334
Decimal 139 197 220
Hex 8B C5 DC

RGB Percentages of Color #8bc5dc

%25.00
%35.43
%39.57

CMYK Percentages of Color #8bc5dc

%37
%10
%0
%14

Triadic Colors of #8bc5dc

#8bc5dc #dc8bc5 #c5dc8b

Analogous Colors of #8bc5dc

#8bc5dc #8b9ddc #8bdccb

Monochromatic Colors of #8bc5dc

#8bc5dc

Complementary Color

#8bc5dc #dca28b

#8bc5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc5dc Color CSS Codes

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

#8bc5dc Text Font Color

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

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


#8bc5dc Background Color

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

This div background color is #8bc5dc


#8bc5dc Border Color

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

This div border color is #8bc5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc5dc


Comments

No comments written yet.

Please login to write comment.