Color Hex Logo

#8cabee Color Hex

#8CABEE
(140,171,238)
0 Favorites   0 Comments

Color spaces of #8cabee

RGB 140171238
HSL0.610.740.74
HSV221°41°93°
CMYK 0.410.280.00   0.07
XYZ40.810740.874386.6275
Yxy40.87430.24250.2428
Hunter Lab63.93302.0601-35.5832
CIE-Lab70.08786.1409-36.8955

#8cabee color RGB value is (140,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 11101110
Octal 214 253 356
Decimal 140 171 238
Hex 8C AB EE

RGB Percentages of Color #8cabee

%25.50
%31.15
%43.35

CMYK Percentages of Color #8cabee

%41
%28
%0
%7

Triadic Colors of #8cabee

#8cabee #ee8cab #abee8c

Analogous Colors of #8cabee

#8cabee #9e8cee #8cdcee

Monochromatic Colors of #8cabee

#8cabee

Complementary Color

#8cabee #eecf8c

#8cabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabee Color CSS Codes

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

#8cabee Text Font Color

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

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


#8cabee Background Color

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

This div background color is #8cabee


#8cabee Border Color

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

This div border color is #8cabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabee


Comments

No comments written yet.

Please login to write comment.