Color Hex Logo

#8aeece Color Hex

#8AEECE
(138,238,206)
0 Favorites   0 Comments

Color spaces of #8aeece

RGB 138238206
HSL0.450.750.74
HSV161°42°93°
CMYK 0.420.000.13   0.07
XYZ52.196371.008669.3475
Yxy71.00860.27110.3688
Hunter Lab84.2666-36.900310.1937
CIE-Lab87.4892-36.62136.3537

#8aeece color RGB value is (138,238,206).

#8aeece hex color red value is 138, green value is 238 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8aeece hue: 0.45 , saturation: 0.75 and the lightness value of 8aeece is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11001110
Octal 212 356 316
Decimal 138 238 206
Hex 8A EE CE

RGB Percentages of Color #8aeece

%23.71
%40.89
%35.40

CMYK Percentages of Color #8aeece

%42
%0
%13
%7

Triadic Colors of #8aeece

#8aeece #ce8aee #eece8a

Analogous Colors of #8aeece

#8aeece #8adcee #8aee9c

Monochromatic Colors of #8aeece

#8aeece

Complementary Color

#8aeece #ee8aaa

#8aeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeece Color CSS Codes

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

#8aeece Text Font Color

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

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


#8aeece Background Color

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

This div background color is #8aeece


#8aeece Border Color

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

This div border color is #8aeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeece


Comments

No comments written yet.

Please login to write comment.