Color Hex Logo

#8cbbec Color Hex

#8CBBEC
(140,187,236)
0 Favorites   0 Comments

Color spaces of #8cbbec

RGB 140187236
HSL0.590.720.74
HSV211°41°93°
CMYK 0.410.210.00   0.07
XYZ43.725947.172286.1574
Yxy47.17220.24700.2664
Hunter Lab68.6820-6.5528-26.2983
CIE-Lab74.2998-3.2385-29.2976

#8cbbec color RGB value is (140,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11101100
Octal 214 273 354
Decimal 140 187 236
Hex 8C BB EC

RGB Percentages of Color #8cbbec

%24.87
%33.21
%41.92

CMYK Percentages of Color #8cbbec

%41
%21
%0
%7

Triadic Colors of #8cbbec

#8cbbec #ec8cbb #bbec8c

Analogous Colors of #8cbbec

#8cbbec #8d8cec #8cebec

Monochromatic Colors of #8cbbec

#8cbbec

Complementary Color

#8cbbec #ecbd8c

#8cbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbec Color CSS Codes

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

#8cbbec Text Font Color

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

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


#8cbbec Background Color

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

This div background color is #8cbbec


#8cbbec Border Color

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

This div border color is #8cbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbec


Comments

No comments written yet.

Please login to write comment.