Color Hex Logo

#8ddcea Color Hex

#8DDCEA
(141,220,234)
0 Favorites   0 Comments

Color spaces of #8ddcea

RGB 141220234
HSL0.530.690.74
HSV189°40°92°
CMYK 0.400.060.00   0.08
XYZ51.429062.789687.2509
Yxy62.78960.25530.3117
Hunter Lab79.2399-22.8181-9.8162
CIE-Lab83.3316-20.7168-14.5049

#8ddcea color RGB value is (141,220,234).

#8ddcea hex color red value is 141, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8ddcea hue: 0.53 , saturation: 0.69 and the lightness value of 8ddcea is 0.74.

The process color (four color CMYK) of #8ddcea color hex is 0.40, 0.06, 0.00, 0.08. Web safe color of #8ddcea is #99ccff. Color #8ddcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011100 11101010
Octal 215 334 352
Decimal 141 220 234
Hex 8D DC EA

RGB Percentages of Color #8ddcea

%23.70
%36.97
%39.33

CMYK Percentages of Color #8ddcea

%40
%6
%0
%8

Triadic Colors of #8ddcea

#8ddcea #ea8ddc #dcea8d

Analogous Colors of #8ddcea

#8ddcea #8daeea #8deaca

Monochromatic Colors of #8ddcea

#8ddcea

Complementary Color

#8ddcea #ea9b8d

#8ddcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddcea Color CSS Codes

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

#8ddcea Text Font Color

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

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


#8ddcea Background Color

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

This div background color is #8ddcea


#8ddcea Border Color

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

This div border color is #8ddcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddcea


Comments

No comments written yet.

Please login to write comment.