Color Hex Logo

#8cdedd Color Hex

#8CDEDD
(140,222,221)
0 Favorites   0 Comments

Color spaces of #8cdedd

RGB 140222221
HSL0.500.550.71
HSV179°37°87°
CMYK 0.370.000.00   0.13
XYZ49.987663.038577.9396
Yxy63.03850.26180.3301
Hunter Lab79.3968-26.5622-2.6241
CIE-Lab83.4626-25.1243-7.4205

#8cdedd color RGB value is (140,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 11011101
Octal 214 336 335
Decimal 140 222 221
Hex 8C DE DD

RGB Percentages of Color #8cdedd

%24.01
%38.08
%37.91

CMYK Percentages of Color #8cdedd

%37
%0
%0
%13

Triadic Colors of #8cdedd

#8cdedd #dd8cde #dedd8c

Analogous Colors of #8cdedd

#8cdedd #8cb6de #8cdeb4

Monochromatic Colors of #8cdedd

#8cdedd

Complementary Color

#8cdedd #de8c8d

#8cdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdedd Color CSS Codes

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

#8cdedd Text Font Color

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

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


#8cdedd Background Color

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

This div background color is #8cdedd


#8cdedd Border Color

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

This div border color is #8cdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdedd


Comments

No comments written yet.

Please login to write comment.