Color Hex Logo

#8adaca Color Hex

#8ADACA
(138,218,202)
0 Favorites   0 Comments

Color spaces of #8adaca

RGB 138218202
HSL0.470.520.70
HSV168°37°85°
CMYK 0.370.000.07   0.15
XYZ46.213359.810364.9860
Yxy59.81030.27020.3497
Hunter Lab77.3371-28.67614.3149
CIE-Lab81.7350-28.10220.1185

#8adaca color RGB value is (138,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11001010
Octal 212 332 312
Decimal 138 218 202
Hex 8A DA CA

RGB Percentages of Color #8adaca

%24.73
%39.07
%36.20

CMYK Percentages of Color #8adaca

%37
%0
%7
%15

Triadic Colors of #8adaca

#8adaca #ca8ada #daca8a

Analogous Colors of #8adaca

#8adaca #8ac2da #8adaa2

Monochromatic Colors of #8adaca

#8adaca

Complementary Color

#8adaca #da8a9a

#8adaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaca Color CSS Codes

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

#8adaca Text Font Color

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

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


#8adaca Background Color

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

This div background color is #8adaca


#8adaca Border Color

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

This div border color is #8adaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8adaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaca


Comments

No comments written yet.

Please login to write comment.