Color Hex Logo

#8cbedc Color Hex

#8CBEDC
(140,190,220)
0 Favorites   0 Comments

Color spaces of #8cbedc

RGB 140190220
HSL0.560.530.71
HSV203°36°86°
CMYK 0.360.140.00   0.14
XYZ42.146947.569774.6706
Yxy47.56970.25640.2894
Hunter Lab68.9708-11.6205-15.9102
CIE-Lab74.5527-9.0319-20.2454

#8cbedc color RGB value is (140,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11011100
Octal 214 276 334
Decimal 140 190 220
Hex 8C BE DC

RGB Percentages of Color #8cbedc

%25.45
%34.55
%40.00

CMYK Percentages of Color #8cbedc

%36
%14
%0
%14

Triadic Colors of #8cbedc

#8cbedc #dc8cbe #bedc8c

Analogous Colors of #8cbedc

#8cbedc #8c96dc #8cdcd2

Monochromatic Colors of #8cbedc

#8cbedc

Complementary Color

#8cbedc #dcaa8c

#8cbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbedc Color CSS Codes

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

#8cbedc Text Font Color

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

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


#8cbedc Background Color

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

This div background color is #8cbedc


#8cbedc Border Color

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

This div border color is #8cbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbedc


Comments

No comments written yet.

Please login to write comment.