Color Hex Logo

#8cadeb Color Hex

#8CADEB
(140,173,235)
0 Favorites   0 Comments

Color spaces of #8cadeb

RGB 140173235
HSL0.610.700.74
HSV219°40°92°
CMYK 0.400.260.00   0.08
XYZ40.754241.460784.4520
Yxy41.46070.24450.2488
Hunter Lab64.39000.2951-32.6900
CIE-Lab70.49754.2007-34.6245

#8cadeb color RGB value is (140,173,235).

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

The process color (four color CMYK) of #8cadeb color hex is 0.40, 0.26, 0.00, 0.08. Web safe color of #8cadeb is #9999ff. Color #8cadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101101 11101011
Octal 214 255 353
Decimal 140 173 235
Hex 8C AD EB

RGB Percentages of Color #8cadeb

%25.55
%31.57
%42.88

CMYK Percentages of Color #8cadeb

%40
%26
%0
%8

Triadic Colors of #8cadeb

#8cadeb #eb8cad #adeb8c

Analogous Colors of #8cadeb

#8cadeb #9b8ceb #8cddeb

Monochromatic Colors of #8cadeb

#8cadeb

Complementary Color

#8cadeb #ebca8c

#8cadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cadeb Color CSS Codes

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

#8cadeb Text Font Color

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

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


#8cadeb Background Color

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

This div background color is #8cadeb


#8cadeb Border Color

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

This div border color is #8cadeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,173,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 #8cadeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cadeb


Comments

No comments written yet.

Please login to write comment.