Color Hex Logo

#8bcadd Color Hex

#8BCADD
(139,202,221)
0 Favorites   0 Comments

Color spaces of #8bcadd

RGB 139202221
HSL0.540.550.71
HSV194°37°87°
CMYK 0.370.090.00   0.13
XYZ44.819152.950576.2649
Yxy52.95050.25750.3043
Hunter Lab72.7671-17.3997-11.2030
CIE-Lab77.8458-15.3326-15.8141

#8bcadd color RGB value is (139,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001010 11011101
Octal 213 312 335
Decimal 139 202 221
Hex 8B CA DD

RGB Percentages of Color #8bcadd

%24.73
%35.94
%39.32

CMYK Percentages of Color #8bcadd

%37
%9
%0
%13

Triadic Colors of #8bcadd

#8bcadd #dd8bca #cadd8b

Analogous Colors of #8bcadd

#8bcadd #8ba1dd #8bddc7

Monochromatic Colors of #8bcadd

#8bcadd

Complementary Color

#8bcadd #dd9e8b

#8bcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcadd Color CSS Codes

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

#8bcadd Text Font Color

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

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


#8bcadd Background Color

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

This div background color is #8bcadd


#8bcadd Border Color

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

This div border color is #8bcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcadd


Comments

No comments written yet.

Please login to write comment.