Color Hex Logo

#8aecea Color Hex

#8AECEA
(138,236,234)
0 Favorites   0 Comments

Color spaces of #8aecea

RGB 138236234
HSL0.500.720.73
HSV179°42°93°
CMYK 0.420.000.01   0.07
XYZ55.328071.334788.6948
Yxy71.33470.25690.3312
Hunter Lab84.4599-30.8729-3.1410
CIE-Lab87.6474-29.2728-8.0829

#8aecea color RGB value is (138,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 11101010
Octal 212 354 352
Decimal 138 236 234
Hex 8A EC EA

RGB Percentages of Color #8aecea

%22.70
%38.82
%38.49

CMYK Percentages of Color #8aecea

%42
%0
%1
%7

Triadic Colors of #8aecea

#8aecea #ea8aec #ecea8a

Analogous Colors of #8aecea

#8aecea #8abdec #8aecb9

Monochromatic Colors of #8aecea

#8aecea

Complementary Color

#8aecea #ec8a8c

#8aecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aecea Color CSS Codes

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

#8aecea Text Font Color

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

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


#8aecea Background Color

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

This div background color is #8aecea


#8aecea Border Color

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

This div border color is #8aecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aecea


Comments

No comments written yet.

Please login to write comment.