Color Hex Logo

#8cbeda Color Hex

#8CBEDA
(140,190,218)
0 Favorites   0 Comments

Color spaces of #8cbeda

RGB 140190218
HSL0.560.510.70
HSV202°36°85°
CMYK 0.360.130.00   0.15
XYZ41.883647.464373.2837
Yxy47.46430.25750.2919
Hunter Lab68.8943-12.0479-14.8414
CIE-Lab74.4858-9.5391-19.2620

#8cbeda color RGB value is (140,190,218).

#8cbeda hex color red value is 140, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8cbeda hue: 0.56 , saturation: 0.51 and the lightness value of 8cbeda is 0.70.

The process color (four color CMYK) of #8cbeda color hex is 0.36, 0.13, 0.00, 0.15. Web safe color of #8cbeda is #99cccc. Color #8cbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11011010
Octal 214 276 332
Decimal 140 190 218
Hex 8C BE DA

RGB Percentages of Color #8cbeda

%25.55
%34.67
%39.78

CMYK Percentages of Color #8cbeda

%36
%13
%0
%15

Triadic Colors of #8cbeda

#8cbeda #da8cbe #beda8c

Analogous Colors of #8cbeda

#8cbeda #8c97da #8cdacf

Monochromatic Colors of #8cbeda

#8cbeda

Complementary Color

#8cbeda #daa88c

#8cbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbeda Color CSS Codes

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

#8cbeda Text Font Color

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

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


#8cbeda Background Color

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

This div background color is #8cbeda


#8cbeda Border Color

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

This div border color is #8cbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbeda


Comments

No comments written yet.

Please login to write comment.