Color Hex Logo

#8dccda Color Hex

#8DCCDA
(141,204,218)
0 Favorites   0 Comments

Color spaces of #8dccda

RGB 141204218
HSL0.530.510.70
HSV191°35°85°
CMYK 0.350.060.00   0.15
XYZ45.232353.910474.3514
Yxy53.91040.26070.3107
Hunter Lab73.4237-18.5275-8.6425
CIE-Lab78.4095-16.5700-13.3441

#8dccda color RGB value is (141,204,218).

#8dccda hex color red value is 141, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8dccda hue: 0.53 , saturation: 0.51 and the lightness value of 8dccda is 0.70.

The process color (four color CMYK) of #8dccda color hex is 0.35, 0.06, 0.00, 0.15. Web safe color of #8dccda is #99cccc. Color #8dccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001100 11011010
Octal 215 314 332
Decimal 141 204 218
Hex 8D CC DA

RGB Percentages of Color #8dccda

%25.04
%36.23
%38.72

CMYK Percentages of Color #8dccda

%35
%6
%0
%15

Triadic Colors of #8dccda

#8dccda #da8dcc #ccda8d

Analogous Colors of #8dccda

#8dccda #8da6da #8ddac2

Monochromatic Colors of #8dccda

#8dccda

Complementary Color

#8dccda #da9b8d

#8dccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dccda Color CSS Codes

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

#8dccda Text Font Color

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

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


#8dccda Background Color

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

This div background color is #8dccda


#8dccda Border Color

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

This div border color is #8dccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dccda


Comments

No comments written yet.

Please login to write comment.