Color Hex Logo

#8cafec Color Hex

#8CAFEC
(140,175,236)
0 Favorites   0 Comments

Color spaces of #8cafec

RGB 140175236
HSL0.610.720.74
HSV218°41°93°
CMYK 0.410.260.00   0.07
XYZ41.285542.291585.3440
Yxy42.29150.24440.2504
Hunter Lab65.0319-0.4852-32.2863
CIE-Lab71.07143.3582-34.2797

#8cafec color RGB value is (140,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 11101100
Octal 214 257 354
Decimal 140 175 236
Hex 8C AF EC

RGB Percentages of Color #8cafec

%25.41
%31.76
%42.83

CMYK Percentages of Color #8cafec

%41
%26
%0
%7

Triadic Colors of #8cafec

#8cafec #ec8caf #afec8c

Analogous Colors of #8cafec

#8cafec #998cec #8cdfec

Monochromatic Colors of #8cafec

#8cafec

Complementary Color

#8cafec #ecc98c

#8cafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cafec Color CSS Codes

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

#8cafec Text Font Color

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

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


#8cafec Background Color

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

This div background color is #8cafec


#8cafec Border Color

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

This div border color is #8cafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cafec


Comments

No comments written yet.

Please login to write comment.