Color Hex Logo

#8adeca Color Hex

#8ADECA
(138,222,202)
0 Favorites   0 Comments

Color spaces of #8adeca

RGB 138222202
HSL0.460.560.71
HSV166°38°87°
CMYK 0.380.000.09   0.13
XYZ47.263261.910165.3359
Yxy61.91010.27080.3548
Hunter Lab78.6830-30.47405.8455
CIE-Lab82.8656-30.02041.7661

#8adeca color RGB value is (138,222,202).

#8adeca hex color red value is 138, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8adeca hue: 0.46 , saturation: 0.56 and the lightness value of 8adeca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 11001010
Octal 212 336 312
Decimal 138 222 202
Hex 8A DE CA

RGB Percentages of Color #8adeca

%24.56
%39.50
%35.94

CMYK Percentages of Color #8adeca

%38
%0
%9
%13

Triadic Colors of #8adeca

#8adeca #ca8ade #deca8a

Analogous Colors of #8adeca

#8adeca #8ac8de #8adea0

Monochromatic Colors of #8adeca

#8adeca

Complementary Color

#8adeca #de8a9e

#8adeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adeca Color CSS Codes

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

#8adeca Text Font Color

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

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


#8adeca Background Color

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

This div background color is #8adeca


#8adeca Border Color

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

This div border color is #8adeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adeca


Comments

No comments written yet.

Please login to write comment.