Color Hex Logo

#8aeddb Color Hex

#8AEDDB
(138,237,219)
0 Favorites   0 Comments

Color spaces of #8aeddb

RGB 138237219
HSL0.470.730.74
HSV169°42°93°
CMYK 0.420.000.08   0.07
XYZ53.551671.086177.9164
Yxy71.08610.26440.3509
Hunter Lab84.3126-34.17174.2267
CIE-Lab87.5268-33.2699-0.3956

#8aeddb color RGB value is (138,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11011011
Octal 212 355 333
Decimal 138 237 219
Hex 8A ED DB

RGB Percentages of Color #8aeddb

%23.23
%39.90
%36.87

CMYK Percentages of Color #8aeddb

%42
%0
%8
%7

Triadic Colors of #8aeddb

#8aeddb #db8aed #eddb8a

Analogous Colors of #8aeddb

#8aeddb #8aceed #8aedaa

Monochromatic Colors of #8aeddb

#8aeddb

Complementary Color

#8aeddb #ed8a9c

#8aeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeddb Color CSS Codes

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

#8aeddb Text Font Color

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

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


#8aeddb Background Color

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

This div background color is #8aeddb


#8aeddb Border Color

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

This div border color is #8aeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeddb


Comments

No comments written yet.

Please login to write comment.