Color Hex Logo

#8cabdc Color Hex

#8CABDC
(140,171,220)
0 Favorites   0 Comments

Color spaces of #8cabdc

RGB 140171220
HSL0.600.530.71
HSV217°36°86°
CMYK 0.360.220.00   0.14
XYZ38.296439.868673.3871
Yxy39.86860.25270.2631
Hunter Lab63.1416-2.2346-24.7114
CIE-Lab69.37581.2983-28.1546

#8cabdc color RGB value is (140,171,220).

#8cabdc hex color red value is 140, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8cabdc hue: 0.60 , saturation: 0.53 and the lightness value of 8cabdc is 0.71.

The process color (four color CMYK) of #8cabdc color hex is 0.36, 0.22, 0.00, 0.14. Web safe color of #8cabdc is #9999cc. Color #8cabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11011100
Octal 214 253 334
Decimal 140 171 220
Hex 8C AB DC

RGB Percentages of Color #8cabdc

%26.37
%32.20
%41.43

CMYK Percentages of Color #8cabdc

%36
%22
%0
%14

Triadic Colors of #8cabdc

#8cabdc #dc8cab #abdc8c

Analogous Colors of #8cabdc

#8cabdc #958cdc #8cd3dc

Monochromatic Colors of #8cabdc

#8cabdc

Complementary Color

#8cabdc #dcbd8c

#8cabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabdc Color CSS Codes

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

#8cabdc Text Font Color

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

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


#8cabdc Background Color

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

This div background color is #8cabdc


#8cabdc Border Color

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

This div border color is #8cabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabdc


Comments

No comments written yet.

Please login to write comment.