Color Hex Logo

#8aeced Color Hex

#8AECED
(138,236,237)
0 Favorites   0 Comments

Color spaces of #8aeced

RGB 138236237
HSL0.500.730.74
HSV181°42°93°
CMYK 0.420.000.00   0.07
XYZ55.762771.508690.9843
Yxy71.50860.25550.3276
Hunter Lab84.5628-30.2777-4.5984
CIE-Lab87.7315-28.5451-9.5314

#8aeced color RGB value is (138,236,237).

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

The process color (four color CMYK) of #8aeced color hex is 0.42, 0.00, 0.00, 0.07. Web safe color of #8aeced is #99ffff. Color #8aeced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 11101101
Octal 212 354 355
Decimal 138 236 237
Hex 8A EC ED

RGB Percentages of Color #8aeced

%22.59
%38.63
%38.79

CMYK Percentages of Color #8aeced

%42
%0
%0
%7

Triadic Colors of #8aeced

#8aeced #ed8aec #eced8a

Analogous Colors of #8aeced

#8aeced #8abbed #8aedbd

Monochromatic Colors of #8aeced

#8aeced

Complementary Color

#8aeced #ed8b8a

#8aeced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeced Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeced Color CSS Codes

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

#8aeced Text Font Color

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

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


#8aeced Background Color

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

This div background color is #8aeced


#8aeced Border Color

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

This div border color is #8aeced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeced


Comments

No comments written yet.

Please login to write comment.