Color Hex Logo

#8abeea Color Hex

#8ABEEA
(138,190,234)
0 Favorites   0 Comments

Color spaces of #8abeea

RGB 138190234
HSL0.580.700.73
HSV208°41°92°
CMYK 0.410.190.00   0.08
XYZ43.746048.170784.8341
Yxy48.17070.24750.2725
Hunter Lab69.4051-8.9505-23.8868
CIE-Lab74.9325-5.9064-27.2548

#8abeea color RGB value is (138,190,234).

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

The process color (four color CMYK) of #8abeea color hex is 0.41, 0.19, 0.00, 0.08. Web safe color of #8abeea is #99ccff. Color #8abeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11101010
Octal 212 276 352
Decimal 138 190 234
Hex 8A BE EA

RGB Percentages of Color #8abeea

%24.56
%33.81
%41.64

CMYK Percentages of Color #8abeea

%41
%19
%0
%8

Triadic Colors of #8abeea

#8abeea #ea8abe #beea8a

Analogous Colors of #8abeea

#8abeea #8a8eea #8aeae6

Monochromatic Colors of #8abeea

#8abeea

Complementary Color

#8abeea #eab68a

#8abeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abeea Color CSS Codes

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

#8abeea Text Font Color

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

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


#8abeea Background Color

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

This div background color is #8abeea


#8abeea Border Color

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

This div border color is #8abeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abeea


Comments

No comments written yet.

Please login to write comment.