Color Hex Logo

#8cafeb Color Hex

#8CAFEB
(140,175,235)
0 Favorites   0 Comments

Color spaces of #8cafeb

RGB 140175235
HSL0.610.700.74
HSV218°40°92°
CMYK 0.400.260.00   0.08
XYZ41.140642.233684.5808
Yxy42.23360.24500.2515
Hunter Lab64.9874-0.7276-31.6745
CIE-Lab71.03173.0860-33.7969

#8cafeb color RGB value is (140,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 11101011
Octal 214 257 353
Decimal 140 175 235
Hex 8C AF EB

RGB Percentages of Color #8cafeb

%25.45
%31.82
%42.73

CMYK Percentages of Color #8cafeb

%40
%26
%0
%8

Triadic Colors of #8cafeb

#8cafeb #eb8caf #afeb8c

Analogous Colors of #8cafeb

#8cafeb #998ceb #8cdfeb

Monochromatic Colors of #8cafeb

#8cafeb

Complementary Color

#8cafeb #ebc88c

#8cafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cafeb Color CSS Codes

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

#8cafeb Text Font Color

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

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


#8cafeb Background Color

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

This div background color is #8cafeb


#8cafeb Border Color

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

This div border color is #8cafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cafeb


Comments

No comments written yet.

Please login to write comment.