Color Hex Logo

#8cdddb Color Hex

#8CDDDB
(140,221,219)
0 Favorites   0 Comments

Color spaces of #8cdddb

RGB 140221219
HSL0.500.540.71
HSV179°37°87°
CMYK 0.370.000.01   0.13
XYZ49.457962.402876.4561
Yxy62.40280.26260.3314
Hunter Lab78.9954-26.4858-2.0873
CIE-Lab83.1272-25.1090-6.8565

#8cdddb color RGB value is (140,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 11011011
Octal 214 335 333
Decimal 140 221 219
Hex 8C DD DB

RGB Percentages of Color #8cdddb

%24.14
%38.10
%37.76

CMYK Percentages of Color #8cdddb

%37
%0
%1
%13

Triadic Colors of #8cdddb

#8cdddb #db8cdd #dddb8c

Analogous Colors of #8cdddb

#8cdddb #8cb7dd #8cddb3

Monochromatic Colors of #8cdddb

#8cdddb

Complementary Color

#8cdddb #dd8c8e

#8cdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdddb Color CSS Codes

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

#8cdddb Text Font Color

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

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


#8cdddb Background Color

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

This div background color is #8cdddb


#8cdddb Border Color

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

This div border color is #8cdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdddb


Comments

No comments written yet.

Please login to write comment.