Color Hex Logo

#8cbaeb Color Hex

#8CBAEB
(140,186,235)
0 Favorites   0 Comments

Color spaces of #8cbaeb

RGB 140186235
HSL0.590.700.74
HSV211°40°92°
CMYK 0.400.210.00   0.08
XYZ43.369546.691485.3238
Yxy46.69140.24730.2662
Hunter Lab68.3311-6.2861-26.2026
CIE-Lab73.9919-2.9631-29.2298

#8cbaeb color RGB value is (140,186,235).

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

The process color (four color CMYK) of #8cbaeb color hex is 0.40, 0.21, 0.00, 0.08. Web safe color of #8cbaeb is #99ccff. Color #8cbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111010 11101011
Octal 214 272 353
Decimal 140 186 235
Hex 8C BA EB

RGB Percentages of Color #8cbaeb

%24.96
%33.16
%41.89

CMYK Percentages of Color #8cbaeb

%40
%21
%0
%8

Triadic Colors of #8cbaeb

#8cbaeb #eb8cba #baeb8c

Analogous Colors of #8cbaeb

#8cbaeb #8e8ceb #8ceaeb

Monochromatic Colors of #8cbaeb

#8cbaeb

Complementary Color

#8cbaeb #ebbd8c

#8cbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbaeb Color CSS Codes

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

#8cbaeb Text Font Color

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

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


#8cbaeb Background Color

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

This div background color is #8cbaeb


#8cbaeb Border Color

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

This div border color is #8cbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbaeb


Comments

No comments written yet.

Please login to write comment.