Color Hex Logo

#8cbedb Color Hex

#8CBEDB
(140,190,219)
0 Favorites   0 Comments

Color spaces of #8cbedb

RGB 140190219
HSL0.560.520.70
HSV202°36°86°
CMYK 0.360.130.00   0.14
XYZ42.014947.516873.9751
Yxy47.51680.25700.2906
Hunter Lab68.9324-11.8345-15.3746
CIE-Lab74.5191-9.2856-19.7540

#8cbedb color RGB value is (140,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11011011
Octal 214 276 333
Decimal 140 190 219
Hex 8C BE DB

RGB Percentages of Color #8cbedb

%25.50
%34.61
%39.89

CMYK Percentages of Color #8cbedb

%36
%13
%0
%14

Triadic Colors of #8cbedb

#8cbedb #db8cbe #bedb8c

Analogous Colors of #8cbedb

#8cbedb #8c97db #8cdbd1

Monochromatic Colors of #8cbedb

#8cbedb

Complementary Color

#8cbedb #dba98c

#8cbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbedb Color CSS Codes

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

#8cbedb Text Font Color

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

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


#8cbedb Background Color

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

This div background color is #8cbedb


#8cbedb Border Color

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

This div border color is #8cbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbedb


Comments

No comments written yet.

Please login to write comment.