Color Hex Logo

#8aedca Color Hex

#8AEDCA
(138,237,202)
0 Favorites   0 Comments

Color spaces of #8aedca

RGB 138237202
HSL0.440.730.74
HSV159°42°93°
CMYK 0.420.000.15   0.07
XYZ51.426170.235966.7236
Yxy70.23590.27300.3728
Hunter Lab83.8069-37.129711.4605
CIE-Lab87.1124-37.02137.9023

#8aedca color RGB value is (138,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11001010
Octal 212 355 312
Decimal 138 237 202
Hex 8A ED CA

RGB Percentages of Color #8aedca

%23.92
%41.07
%35.01

CMYK Percentages of Color #8aedca

%42
%0
%15
%7

Triadic Colors of #8aedca

#8aedca #ca8aed #edca8a

Analogous Colors of #8aedca

#8aedca #8adfed #8aed99

Monochromatic Colors of #8aedca

#8aedca

Complementary Color

#8aedca #ed8aad

#8aedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedca Color CSS Codes

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

#8aedca Text Font Color

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

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


#8aedca Background Color

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

This div background color is #8aedca


#8aedca Border Color

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

This div border color is #8aedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedca


Comments

No comments written yet.

Please login to write comment.