Color Hex Logo

#8dcadb Color Hex

#8DCADB
(141,202,219)
0 Favorites   0 Comments

Color spaces of #8dcadb

RGB 141202219
HSL0.540.520.71
HSV193°36°86°
CMYK 0.360.080.00   0.14
XYZ44.891253.018374.8854
Yxy53.01830.25980.3068
Hunter Lab72.8137-17.3748-10.0074
CIE-Lab77.8858-15.2966-14.6676

#8dcadb color RGB value is (141,202,219).

#8dcadb hex color red value is 141, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8dcadb hue: 0.54 , saturation: 0.52 and the lightness value of 8dcadb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 11011011
Octal 215 312 333
Decimal 141 202 219
Hex 8D CA DB

RGB Percentages of Color #8dcadb

%25.09
%35.94
%38.97

CMYK Percentages of Color #8dcadb

%36
%8
%0
%14

Triadic Colors of #8dcadb

#8dcadb #db8dca #cadb8d

Analogous Colors of #8dcadb

#8dcadb #8da3db #8ddbc5

Monochromatic Colors of #8dcadb

#8dcadb

Complementary Color

#8dcadb #db9e8d

#8dcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcadb Color CSS Codes

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

#8dcadb Text Font Color

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

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


#8dcadb Background Color

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

This div background color is #8dcadb


#8dcadb Border Color

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

This div border color is #8dcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcadb


Comments

No comments written yet.

Please login to write comment.