Color Hex Logo

#8cabdf Color Hex

#8CABDF
(140,171,223)
0 Favorites   0 Comments

Color spaces of #8cabdf

RGB 140171223
HSL0.600.560.71
HSV218°37°87°
CMYK 0.370.230.00   0.13
XYZ38.697440.029075.4988
Yxy40.02900.25090.2595
Hunter Lab63.2685-1.5425-26.4633
CIE-Lab69.49022.0900-29.6235

#8cabdf color RGB value is (140,171,223).

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

The process color (four color CMYK) of #8cabdf color hex is 0.37, 0.23, 0.00, 0.13. Web safe color of #8cabdf is #9999cc. Color #8cabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11011111
Octal 214 253 337
Decimal 140 171 223
Hex 8C AB DF

RGB Percentages of Color #8cabdf

%26.22
%32.02
%41.76

CMYK Percentages of Color #8cabdf

%37
%23
%0
%13

Triadic Colors of #8cabdf

#8cabdf #df8cab #abdf8c

Analogous Colors of #8cabdf

#8cabdf #978cdf #8cd5df

Monochromatic Colors of #8cabdf

#8cabdf

Complementary Color

#8cabdf #dfc08c

#8cabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabdf Color CSS Codes

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

#8cabdf Text Font Color

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

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


#8cabdf Background Color

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

This div background color is #8cabdf


#8cabdf Border Color

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

This div border color is #8cabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabdf


Comments

No comments written yet.

Please login to write comment.