Color Hex Logo

#8daefc Color Hex

#8DAEFC
(141,174,252)
0 Favorites   0 Comments

Color spaces of #8daefc

RGB 141174252
HSL0.620.950.77
HSV222°44°99°
CMYK 0.440.310.00   0.01
XYZ43.691242.963198.0854
Yxy42.96310.23650.2326
Hunter Lab65.54624.2769-42.8410
CIE-Lab71.52998.5985-42.2438

#8daefc color RGB value is (141,174,252).

#8daefc hex color red value is 141, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8daefc hue: 0.62 , saturation: 0.95 and the lightness value of 8daefc is 0.77.

The process color (four color CMYK) of #8daefc color hex is 0.44, 0.31, 0.00, 0.01. Web safe color of #8daefc is #9999ff. Color #8daefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11111100
Octal 215 256 374
Decimal 141 174 252
Hex 8D AE FC

RGB Percentages of Color #8daefc

%24.87
%30.69
%44.44

CMYK Percentages of Color #8daefc

%44
%31
%0
%1

Triadic Colors of #8daefc

#8daefc #fc8dae #aefc8d

Analogous Colors of #8daefc

#8daefc #a48dfc #8de6fc

Monochromatic Colors of #8daefc

#8daefc

Complementary Color

#8daefc #fcdb8d

#8daefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daefc Color CSS Codes

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

#8daefc Text Font Color

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

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


#8daefc Background Color

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

This div background color is #8daefc


#8daefc Border Color

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

This div border color is #8daefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daefc

Related Colors


Comments

No comments written yet.

Please login to write comment.