Color Hex Logo

#8ae5db Color Hex

#8AE5DB
(138,229,219)
0 Favorites   0 Comments

Color spaces of #8ae5db

RGB 138229219
HSL0.480.640.72
HSV173°40°90°
CMYK 0.400.000.04   0.10
XYZ51.286766.556477.1614
Yxy66.55640.26300.3413
Hunter Lab81.5821-30.55441.0302
CIE-Lab85.2794-29.4889-3.6907

#8ae5db color RGB value is (138,229,219).

#8ae5db hex color red value is 138, green value is 229 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8ae5db hue: 0.48 , saturation: 0.64 and the lightness value of 8ae5db is 0.72.

The process color (four color CMYK) of #8ae5db color hex is 0.40, 0.00, 0.04, 0.10. Web safe color of #8ae5db is #99cccc. Color #8ae5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100101 11011011
Octal 212 345 333
Decimal 138 229 219
Hex 8A E5 DB

RGB Percentages of Color #8ae5db

%23.55
%39.08
%37.37

CMYK Percentages of Color #8ae5db

%40
%0
%4
%10

Triadic Colors of #8ae5db

#8ae5db #db8ae5 #e5db8a

Analogous Colors of #8ae5db

#8ae5db #8ac2e5 #8ae5ae

Monochromatic Colors of #8ae5db

#8ae5db

Complementary Color

#8ae5db #e58a94

#8ae5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae5db Color CSS Codes

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

#8ae5db Text Font Color

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

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


#8ae5db Background Color

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

This div background color is #8ae5db


#8ae5db Border Color

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

This div border color is #8ae5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae5db


Comments

No comments written yet.

Please login to write comment.