Color Hex Logo

#8dc3dc Color Hex

#8DC3DC
(141,195,220)
0 Favorites   0 Comments

Color spaces of #8dc3dc

RGB 141195220
HSL0.550.530.71
HSV199°36°86°
CMYK 0.360.110.00   0.14
XYZ43.417949.860275.0458
Yxy49.86020.25790.2962
Hunter Lab70.6118-13.8141-13.5849
CIE-Lab75.9834-11.4037-18.0736

#8dc3dc color RGB value is (141,195,220).

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

The process color (four color CMYK) of #8dc3dc color hex is 0.36, 0.11, 0.00, 0.14. Web safe color of #8dc3dc is #99cccc. Color #8dc3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11000011 11011100
Octal 215 303 334
Decimal 141 195 220
Hex 8D C3 DC

RGB Percentages of Color #8dc3dc

%25.36
%35.07
%39.57

CMYK Percentages of Color #8dc3dc

%36
%11
%0
%14

Triadic Colors of #8dc3dc

#8dc3dc #dc8dc3 #c3dc8d

Analogous Colors of #8dc3dc

#8dc3dc #8d9cdc #8ddcce

Monochromatic Colors of #8dc3dc

#8dc3dc

Complementary Color

#8dc3dc #dca68d

#8dc3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc3dc Color CSS Codes

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

#8dc3dc Text Font Color

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

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


#8dc3dc Background Color

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

This div background color is #8dc3dc


#8dc3dc Border Color

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

This div border color is #8dc3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc3dc


Comments

No comments written yet.

Please login to write comment.