color codes Logo

#8caefa color codes

#8CAEFA
(140,174,250)
0 Favorites   0 Comments

Color spaces of #8caefa

RGB 140174250
HSL0.620.920.76
HSV221°44°98°
CMYK 0.440.300.00   0.02
XYZ43.206642.749796.4168
Yxy42.74970.23690.2344
Hunter Lab65.38333.5358-41.6632
CIE-Lab71.38487.7922-41.3925

#8caefa color RGB value is (140,174,250).

#8caefa hex color red value is 140, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8caefa hue: 0.62 , saturation: 0.92 and the lightness value of 8caefa is 0.76.

The process color (four color CMYK) of #8caefa color code is 0.44, 0.30, 0.00, 0.02. Web safe color of #8caefa is #9999ff. Color #8caefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 11111010
Octal 214 256 372
Decimal 140 174 250
Hex 8C AE FA

RGB Percentages of Color #8caefa

%24.82
%30.85
%44.33

CMYK Percentages of Color #8caefa

%44
%30
%0
%2

Triadic Colors of #8caefa

#8caefa #fa8cae #aefa8c

Analogous Colors of #8caefa

#8caefa #a18cfa #8ce5fa

Monochromatic Colors of #8caefa

#8caefa

Complementary Color

#8caefa #fad88c

#8caefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caefa Color CSS Codes

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

#8caefa Text Font Color

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

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


#8caefa Background Color

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

This div background color is #8caefa


#8caefa Border Color

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

This div border color is #8caefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caefa


Comments

No comments written yet.

Please login to write comment.