Color Hex Logo

#8cabef Color Hex

#8CABEF
(140,171,239)
0 Favorites   0 Comments

Color spaces of #8cabef

RGB 140171239
HSL0.610.760.74
HSV221°41°94°
CMYK 0.410.280.00   0.06
XYZ40.958140.933387.4035
Yxy40.93330.24190.2418
Hunter Lab63.97912.3085-36.2122
CIE-Lab70.12926.4160-37.3758

#8cabef color RGB value is (140,171,239).

#8cabef hex color red value is 140, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8cabef hue: 0.61 , saturation: 0.76 and the lightness value of 8cabef is 0.74.

The process color (four color CMYK) of #8cabef color hex is 0.41, 0.28, 0.00, 0.06. Web safe color of #8cabef is #9999ff. Color #8cabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11101111
Octal 214 253 357
Decimal 140 171 239
Hex 8C AB EF

RGB Percentages of Color #8cabef

%25.45
%31.09
%43.45

CMYK Percentages of Color #8cabef

%41
%28
%0
%6

Triadic Colors of #8cabef

#8cabef #ef8cab #abef8c

Analogous Colors of #8cabef

#8cabef #9f8cef #8cddef

Monochromatic Colors of #8cabef

#8cabef

Complementary Color

#8cabef #efd08c

#8cabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabef Color CSS Codes

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

#8cabef Text Font Color

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

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


#8cabef Background Color

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

This div background color is #8cabef


#8cabef Border Color

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

This div border color is #8cabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabef


Comments

No comments written yet.

Please login to write comment.