Color Hex Logo

#8dc5fe Color Hex

#8DC5FE
(141,197,254)
0 Favorites   0 Comments

Color spaces of #8dc5fe

RGB 141197254
HSL0.580.980.77
HSV210°44°100°
CMYK 0.440.220.00   0.00
XYZ48.840252.7510101.3737
Yxy52.75100.24060.2599
Hunter Lab72.6299-7.0694-31.9135
CIE-Lab77.7278-3.5169-33.6927

#8dc5fe color RGB value is (141,197,254).

#8dc5fe hex color red value is 141, green value is 197 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8dc5fe hue: 0.58 , saturation: 0.98 and the lightness value of 8dc5fe is 0.77.

The process color (four color CMYK) of #8dc5fe color hex is 0.44, 0.22, 0.00, 0.00. Web safe color of #8dc5fe is #99ccff. Color #8dc5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000101 11111110
Octal 215 305 376
Decimal 141 197 254
Hex 8D C5 FE

RGB Percentages of Color #8dc5fe

%23.82
%33.28
%42.91

CMYK Percentages of Color #8dc5fe

%44
%22
%0
%0

Triadic Colors of #8dc5fe

#8dc5fe #fe8dc5 #c5fe8d

Analogous Colors of #8dc5fe

#8dc5fe #8e8dfe #8dfefe

Monochromatic Colors of #8dc5fe

#8dc5fe

Complementary Color

#8dc5fe #fec68d

#8dc5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc5fe Color CSS Codes

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

#8dc5fe Text Font Color

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

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


#8dc5fe Background Color

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

This div background color is #8dc5fe


#8dc5fe Border Color

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

This div border color is #8dc5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc5fe


Comments

No comments written yet.

Please login to write comment.