Color Hex Logo

#8ddaca Color Hex

#8DDACA
(141,218,202)
0 Favorites   0 Comments

Color spaces of #8ddaca

RGB 141218202
HSL0.470.510.70
HSV168°35°85°
CMYK 0.350.000.07   0.15
XYZ46.716660.069865.0095
Yxy60.06980.27190.3497
Hunter Lab77.5047-28.04094.5220
CIE-Lab81.8761-27.28840.3415

#8ddaca color RGB value is (141,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011010 11001010
Octal 215 332 312
Decimal 141 218 202
Hex 8D DA CA

RGB Percentages of Color #8ddaca

%25.13
%38.86
%36.01

CMYK Percentages of Color #8ddaca

%35
%0
%7
%15

Triadic Colors of #8ddaca

#8ddaca #ca8dda #daca8d

Analogous Colors of #8ddaca

#8ddaca #8dc4da #8ddaa4

Monochromatic Colors of #8ddaca

#8ddaca

Complementary Color

#8ddaca #da8d9d

#8ddaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddaca Color CSS Codes

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

#8ddaca Text Font Color

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

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


#8ddaca Background Color

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

This div background color is #8ddaca


#8ddaca Border Color

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

This div border color is #8ddaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddaca


Comments

No comments written yet.

Please login to write comment.