Color Hex Logo

#8dcfdb Color Hex

#8DCFDB
(141,207,219)
0 Favorites   0 Comments

Color spaces of #8dcfdb

RGB 141207219
HSL0.530.520.71
HSV189°36°86°
CMYK 0.360.050.00   0.14
XYZ46.083555.402875.2828
Yxy55.40280.26070.3134
Hunter Lab74.4331-19.7437-7.8637
CIE-Lab79.2727-17.8575-12.5881

#8dcfdb color RGB value is (141,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001111 11011011
Octal 215 317 333
Decimal 141 207 219
Hex 8D CF DB

RGB Percentages of Color #8dcfdb

%24.87
%36.51
%38.62

CMYK Percentages of Color #8dcfdb

%36
%5
%0
%14

Triadic Colors of #8dcfdb

#8dcfdb #db8dcf #cfdb8d

Analogous Colors of #8dcfdb

#8dcfdb #8da8db #8ddbc0

Monochromatic Colors of #8dcfdb

#8dcfdb

Complementary Color

#8dcfdb #db998d

#8dcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcfdb Color CSS Codes

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

#8dcfdb Text Font Color

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

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


#8dcfdb Background Color

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

This div background color is #8dcfdb


#8dcfdb Border Color

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

This div border color is #8dcfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,207,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 #8dcfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcfdb


Comments

No comments written yet.

Please login to write comment.