Color Hex Logo

#8cbaee Color Hex

#8CBAEE
(140,186,238)
0 Favorites   0 Comments

Color spaces of #8cbaee

RGB 140186238
HSL0.590.740.74
HSV212°41°93°
CMYK 0.410.220.00   0.07
XYZ43.806746.866387.6262
Yxy46.86630.24570.2629
Hunter Lab68.4590-5.5815-27.9688
CIE-Lab74.1042-2.1577-30.6801

#8cbaee color RGB value is (140,186,238).

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

The process color (four color CMYK) of #8cbaee color hex is 0.41, 0.22, 0.00, 0.07. Web safe color of #8cbaee is #99ccff. Color #8cbaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111010 11101110
Octal 214 272 356
Decimal 140 186 238
Hex 8C BA EE

RGB Percentages of Color #8cbaee

%24.82
%32.98
%42.20

CMYK Percentages of Color #8cbaee

%41
%22
%0
%7

Triadic Colors of #8cbaee

#8cbaee #ee8cba #baee8c

Analogous Colors of #8cbaee

#8cbaee #8f8cee #8cebee

Monochromatic Colors of #8cbaee

#8cbaee

Complementary Color

#8cbaee #eec08c

#8cbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbaee Color CSS Codes

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

#8cbaee Text Font Color

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

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


#8cbaee Background Color

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

This div background color is #8cbaee


#8cbaee Border Color

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

This div border color is #8cbaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,186,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 #8cbaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbaee


Comments

No comments written yet.

Please login to write comment.