Color Hex Logo

#8adbcc Color Hex

#8ADBCC
(138,219,204)
0 Favorites   0 Comments

Color spaces of #8adbcc

RGB 138219204
HSL0.470.530.70
HSV169°37°86°
CMYK 0.370.000.07   0.14
XYZ46.711860.425966.3281
Yxy60.42590.26930.3483
Hunter Lab77.7341-28.77093.8235
CIE-Lab82.0691-28.1339-0.4567

#8adbcc color RGB value is (138,219,204).

#8adbcc hex color red value is 138, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8adbcc hue: 0.47 , saturation: 0.53 and the lightness value of 8adbcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 11001100
Octal 212 333 314
Decimal 138 219 204
Hex 8A DB CC

RGB Percentages of Color #8adbcc

%24.60
%39.04
%36.36

CMYK Percentages of Color #8adbcc

%37
%0
%7
%14

Triadic Colors of #8adbcc

#8adbcc #cc8adb #dbcc8a

Analogous Colors of #8adbcc

#8adbcc #8ac2db #8adba4

Monochromatic Colors of #8adbcc

#8adbcc

Complementary Color

#8adbcc #db8a99

#8adbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbcc Color CSS Codes

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

#8adbcc Text Font Color

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

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


#8adbcc Background Color

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

This div background color is #8adbcc


#8adbcc Border Color

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

This div border color is #8adbcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,219,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8adbcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8adbcc;
  -webkit-box-shadow: 1px 1px 3px 2px #8adbcc;
  box-shadow:         1px 1px 3px 2px #8adbcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,219,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbcc

#8adbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.