Color Hex Logo

#8adece Color Hex

#8ADECE
(138,222,206)
0 Favorites   0 Comments

Color spaces of #8adece

RGB 138222206
HSL0.470.560.71
HSV169°38°87°
CMYK 0.380.000.07   0.13
XYZ47.743162.102167.8631
Yxy62.10210.26870.3495
Hunter Lab78.8049-29.76624.1056
CIE-Lab82.9677-29.1243-0.2054

#8adece color RGB value is (138,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 11001110
Octal 212 336 316
Decimal 138 222 206
Hex 8A DE CE

RGB Percentages of Color #8adece

%24.38
%39.22
%36.40

CMYK Percentages of Color #8adece

%38
%0
%7
%13

Triadic Colors of #8adece

#8adece #ce8ade #dece8a

Analogous Colors of #8adece

#8adece #8ac4de #8adea4

Monochromatic Colors of #8adece

#8adece

Complementary Color

#8adece #de8a9a

#8adece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adece Color CSS Codes

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

#8adece Text Font Color

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

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


#8adece Background Color

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

This div background color is #8adece


#8adece Border Color

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

This div border color is #8adece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,222,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adece


Comments

No comments written yet.

Please login to write comment.