Color Hex Logo

#8abee5 Color Hex

#8ABEE5
(138,190,229)
0 Favorites   0 Comments

Color spaces of #8abee5

RGB 138190229
HSL0.570.640.72
HSV206°40°90°
CMYK 0.400.170.00   0.10
XYZ43.037547.887381.1036
Yxy47.88730.25020.2784
Hunter Lab69.2007-10.0878-21.0478
CIE-Lab74.7538-7.2317-24.8247

#8abee5 color RGB value is (138,190,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11100101
Octal 212 276 345
Decimal 138 190 229
Hex 8A BE E5

RGB Percentages of Color #8abee5

%24.78
%34.11
%41.11

CMYK Percentages of Color #8abee5

%40
%17
%0
%10

Triadic Colors of #8abee5

#8abee5 #e58abe #bee58a

Analogous Colors of #8abee5

#8abee5 #8a91e5 #8ae5df

Monochromatic Colors of #8abee5

#8abee5

Complementary Color

#8abee5 #e5b18a

#8abee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abee5 Color CSS Codes

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

#8abee5 Text Font Color

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

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


#8abee5 Background Color

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

This div background color is #8abee5


#8abee5 Border Color

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

This div border color is #8abee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abee5


Comments

No comments written yet.

Please login to write comment.