Color Hex Logo

#8cadb8 Color Hex

#8CADB8
(140,173,184)
0 Favorites   0 Comments

Color spaces of #8cadb8

RGB 140173184
HSL0.540.240.64
HSV195°24°72°
CMYK 0.240.060.00   0.28
XYZ34.410538.923351.0467
Yxy38.92330.27670.3129
Hunter Lab62.3885-10.7280-4.8395
CIE-Lab68.6957-8.7087-9.3425

#8cadb8 color RGB value is (140,173,184).

#8cadb8 hex color red value is 140, green value is 173 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #8cadb8 hue: 0.54 , saturation: 0.24 and the lightness value of 8cadb8 is 0.64.

The process color (four color CMYK) of #8cadb8 color hex is 0.24, 0.06, 0.00, 0.28. Web safe color of #8cadb8 is #9999cc. Color #8cadb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 10111000
Octal 214 255 270
Decimal 140 173 184
Hex 8C AD B8

RGB Percentages of Color #8cadb8

%28.17
%34.81
%37.02

CMYK Percentages of Color #8cadb8

%24
%6
%0
%28

Triadic Colors of #8cadb8

#8cadb8 #b88cad #adb88c

Analogous Colors of #8cadb8

#8cadb8 #8c97b8 #8cb8ad

Monochromatic Colors of #8cadb8

#8cadb8

Complementary Color

#8cadb8 #b8978c

#8cadb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cadb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cadb8 Color CSS Codes

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

#8cadb8 Text Font Color

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

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


#8cadb8 Background Color

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

This div background color is #8cadb8


#8cadb8 Border Color

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

This div border color is #8cadb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,173,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cadb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cadb8;
  -webkit-box-shadow: 1px 1px 3px 2px #8cadb8;
  box-shadow:         1px 1px 3px 2px #8cadb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,173,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cadb8


Comments

No comments written yet.

Please login to write comment.