Color Hex Logo

#8dc5df Color Hex

#8DC5DF
(141,197,223)
0 Favorites   0 Comments

Color spaces of #8dc5df

RGB 141197223
HSL0.550.560.71
HSV199°37°87°
CMYK 0.370.120.00   0.13
XYZ44.270050.922977.3079
Yxy50.92290.25660.2952
Hunter Lab71.3603-14.1439-14.2794
CIE-Lab76.6323-11.6980-18.7123

#8dc5df color RGB value is (141,197,223).

#8dc5df hex color red value is 141, green value is 197 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8dc5df hue: 0.55 , saturation: 0.56 and the lightness value of 8dc5df is 0.71.

The process color (four color CMYK) of #8dc5df color hex is 0.37, 0.12, 0.00, 0.13. Web safe color of #8dc5df is #99cccc. Color #8dc5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000101 11011111
Octal 215 305 337
Decimal 141 197 223
Hex 8D C5 DF

RGB Percentages of Color #8dc5df

%25.13
%35.12
%39.75

CMYK Percentages of Color #8dc5df

%37
%12
%0
%13

Triadic Colors of #8dc5df

#8dc5df #df8dc5 #c5df8d

Analogous Colors of #8dc5df

#8dc5df #8d9cdf #8ddfd0

Monochromatic Colors of #8dc5df

#8dc5df

Complementary Color

#8dc5df #dfa78d

#8dc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc5df Color CSS Codes

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

#8dc5df Text Font Color

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

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


#8dc5df Background Color

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

This div background color is #8dc5df


#8dc5df Border Color

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

This div border color is #8dc5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc5df


Comments

No comments written yet.

Please login to write comment.