Color Hex Logo

#8aebdb Color Hex

#8AEBDB
(138,235,219)
0 Favorites   0 Comments

Color spaces of #8aebdb

RGB 138235219
HSL0.470.710.73
HSV170°41°92°
CMYK 0.410.000.07   0.08
XYZ52.975769.934477.7244
Yxy69.93440.26400.3486
Hunter Lab83.6268-33.27113.4334
CIE-Lab86.9647-32.3326-1.2177

#8aebdb color RGB value is (138,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 11011011
Octal 212 353 333
Decimal 138 235 219
Hex 8A EB DB

RGB Percentages of Color #8aebdb

%23.31
%39.70
%36.99

CMYK Percentages of Color #8aebdb

%41
%0
%7
%8

Triadic Colors of #8aebdb

#8aebdb #db8aeb #ebdb8a

Analogous Colors of #8aebdb

#8aebdb #8acbeb #8aebab

Monochromatic Colors of #8aebdb

#8aebdb

Complementary Color

#8aebdb #eb8a9a

#8aebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebdb Color CSS Codes

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

#8aebdb Text Font Color

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

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


#8aebdb Background Color

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

This div background color is #8aebdb


#8aebdb Border Color

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

This div border color is #8aebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebdb


Comments

No comments written yet.

Please login to write comment.