Color Hex Logo

#8cadcf Color Hex

#8CADCF
(140,173,207)
0 Favorites   0 Comments

Color spaces of #8cadcf

RGB 140173207
HSL0.580.410.68
HSV210°32°81°
CMYK 0.320.160.00   0.19
XYZ37.021339.967664.7948
Yxy39.96760.26110.2819
Hunter Lab63.2199-6.1061-16.5130
CIE-Lab69.4464-3.1510-20.9033

#8cadcf color RGB value is (140,173,207).

#8cadcf hex color red value is 140, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8cadcf hue: 0.58 , saturation: 0.41 and the lightness value of 8cadcf is 0.68.

The process color (four color CMYK) of #8cadcf color hex is 0.32, 0.16, 0.00, 0.19. Web safe color of #8cadcf is #9999cc. Color #8cadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 11001111
Octal 214 255 317
Decimal 140 173 207
Hex 8C AD CF

RGB Percentages of Color #8cadcf

%26.92
%33.27
%39.81

CMYK Percentages of Color #8cadcf

%32
%16
%0
%19

Triadic Colors of #8cadcf

#8cadcf #cf8cad #adcf8c

Analogous Colors of #8cadcf

#8cadcf #8d8ccf #8ccfcf

Monochromatic Colors of #8cadcf

#8cadcf

Complementary Color

#8cadcf #cfae8c

#8cadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cadcf Color CSS Codes

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

#8cadcf Text Font Color

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

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


#8cadcf Background Color

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

This div background color is #8cadcf


#8cadcf Border Color

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

This div border color is #8cadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cadcf


Comments

No comments written yet.

Please login to write comment.