Color Hex Logo

#8cadbf Color Hex

#8CADBF
(140,173,191)
0 Favorites   0 Comments

Color spaces of #8cadbf

RGB 140173191
HSL0.560.280.65
HSV201°27°75°
CMYK 0.270.090.00   0.25
XYZ35.162839.224255.0080
Yxy39.22420.27170.3031
Hunter Lab62.6292-9.3834-8.2347
CIE-Lab68.9134-7.0688-12.8865

#8cadbf color RGB value is (140,173,191).

#8cadbf hex color red value is 140, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8cadbf hue: 0.56 , saturation: 0.28 and the lightness value of 8cadbf is 0.65.

The process color (four color CMYK) of #8cadbf color hex is 0.27, 0.09, 0.00, 0.25. Web safe color of #8cadbf is #9999cc. Color #8cadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 10111111
Octal 214 255 277
Decimal 140 173 191
Hex 8C AD BF

RGB Percentages of Color #8cadbf

%27.78
%34.33
%37.90

CMYK Percentages of Color #8cadbf

%27
%9
%0
%25

Triadic Colors of #8cadbf

#8cadbf #bf8cad #adbf8c

Analogous Colors of #8cadbf

#8cadbf #8c94bf #8cbfb8

Monochromatic Colors of #8cadbf

#8cadbf

Complementary Color

#8cadbf #bf9e8c

#8cadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cadbf Color CSS Codes

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

#8cadbf Text Font Color

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

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


#8cadbf Background Color

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

This div background color is #8cadbf


#8cadbf Border Color

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

This div border color is #8cadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cadbf


Comments

No comments written yet.

Please login to write comment.