Color Hex Logo

#8aede4 Color Hex

#8AEDE4
(138,237,228)
0 Favorites   0 Comments

Color spaces of #8aede4

RGB 138237228
HSL0.480.730.74
HSV175°42°93°
CMYK 0.420.000.04   0.07
XYZ54.769071.573184.3271
Yxy71.57310.26000.3397
Hunter Lab84.6009-32.49410.1225
CIE-Lab87.7627-31.1807-4.7663

#8aede4 color RGB value is (138,237,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11100100
Octal 212 355 344
Decimal 138 237 228
Hex 8A ED E4

RGB Percentages of Color #8aede4

%22.89
%39.30
%37.81

CMYK Percentages of Color #8aede4

%42
%0
%4
%7

Triadic Colors of #8aede4

#8aede4 #e48aed #ede48a

Analogous Colors of #8aede4

#8aede4 #8ac5ed #8aedb3

Monochromatic Colors of #8aede4

#8aede4

Complementary Color

#8aede4 #ed8a93

#8aede4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aede4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aede4 Color CSS Codes

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

#8aede4 Text Font Color

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

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


#8aede4 Background Color

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

This div background color is #8aede4


#8aede4 Border Color

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

This div border color is #8aede4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aede4


Comments

No comments written yet.

Please login to write comment.