Color Hex Logo

#8cabda Color Hex

#8CABDA
(140,171,218)
0 Favorites   0 Comments

Color spaces of #8cabda

RGB 140171218
HSL0.600.510.70
HSV216°36°85°
CMYK 0.360.220.00   0.15
XYZ38.033039.763272.0002
Yxy39.76320.25390.2654
Hunter Lab63.0581-2.6907-23.5571
CIE-Lab69.30050.7743-27.1728

#8cabda color RGB value is (140,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11011010
Octal 214 253 332
Decimal 140 171 218
Hex 8C AB DA

RGB Percentages of Color #8cabda

%26.47
%32.33
%41.21

CMYK Percentages of Color #8cabda

%36
%22
%0
%15

Triadic Colors of #8cabda

#8cabda #da8cab #abda8c

Analogous Colors of #8cabda

#8cabda #948cda #8cd2da

Monochromatic Colors of #8cabda

#8cabda

Complementary Color

#8cabda #dabb8c

#8cabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabda Color CSS Codes

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

#8cabda Text Font Color

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

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


#8cabda Background Color

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

This div background color is #8cabda


#8cabda Border Color

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

This div border color is #8cabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabda


Comments

No comments written yet.

Please login to write comment.