Color Hex Logo

#8cddcf Color Hex

#8CDDCF
(140,221,207)
0 Favorites   0 Comments

Color spaces of #8cddcf

RGB 140221207
HSL0.470.540.71
HSV170°37°87°
CMYK 0.370.000.06   0.13
XYZ47.934261.793368.4324
Yxy61.79330.26910.3468
Hunter Lab78.6087-28.71913.4115
CIE-Lab82.8034-27.8864-0.9651

#8cddcf color RGB value is (140,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 11001111
Octal 214 335 317
Decimal 140 221 207
Hex 8C DD CF

RGB Percentages of Color #8cddcf

%24.65
%38.91
%36.44

CMYK Percentages of Color #8cddcf

%37
%0
%6
%13

Triadic Colors of #8cddcf

#8cddcf #cf8cdd #ddcf8c

Analogous Colors of #8cddcf

#8cddcf #8cc3dd #8cdda7

Monochromatic Colors of #8cddcf

#8cddcf

Complementary Color

#8cddcf #dd8c9a

#8cddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cddcf Color CSS Codes

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

#8cddcf Text Font Color

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

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


#8cddcf Background Color

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

This div background color is #8cddcf


#8cddcf Border Color

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

This div border color is #8cddcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,221,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cddcf


Comments

No comments written yet.

Please login to write comment.