Color Hex Logo

#8aeee4 Color Hex

#8AEEE4
(138,238,228)
0 Favorites   0 Comments

Color spaces of #8aeee4

RGB 138238228
HSL0.480.750.74
HSV174°42°93°
CMYK 0.420.000.04   0.07
XYZ55.059472.153884.4239
Yxy72.15380.26020.3409
Hunter Lab84.9434-32.94910.5330
CIE-Lab88.0426-31.6530-4.3540

#8aeee4 color RGB value is (138,238,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11100100
Octal 212 356 344
Decimal 138 238 228
Hex 8A EE E4

RGB Percentages of Color #8aeee4

%22.85
%39.40
%37.75

CMYK Percentages of Color #8aeee4

%42
%0
%4
%7

Triadic Colors of #8aeee4

#8aeee4 #e48aee #eee48a

Analogous Colors of #8aeee4

#8aeee4 #8ac6ee #8aeeb2

Monochromatic Colors of #8aeee4

#8aeee4

Complementary Color

#8aeee4 #ee8a94

#8aeee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeee4 Color CSS Codes

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

#8aeee4 Text Font Color

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

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


#8aeee4 Background Color

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

This div background color is #8aeee4


#8aeee4 Border Color

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

This div border color is #8aeee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeee4


Comments

No comments written yet.

Please login to write comment.