Color Hex Logo

#8abeda Color Hex

#8ABEDA
(138,190,218)
0 Favorites   0 Comments

Color spaces of #8abeda

RGB 138190218
HSL0.560.520.70
HSV201°37°85°
CMYK 0.370.130.00   0.15
XYZ41.549647.292173.2681
Yxy47.29210.25630.2917
Hunter Lab68.7693-12.4985-15.0302
CIE-Lab74.3762-10.0809-19.4384

#8abeda color RGB value is (138,190,218).

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

The process color (four color CMYK) of #8abeda color hex is 0.37, 0.13, 0.00, 0.15. Web safe color of #8abeda is #99cccc. Color #8abeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11011010
Octal 212 276 332
Decimal 138 190 218
Hex 8A BE DA

RGB Percentages of Color #8abeda

%25.27
%34.80
%39.93

CMYK Percentages of Color #8abeda

%37
%13
%0
%15

Triadic Colors of #8abeda

#8abeda #da8abe #beda8a

Analogous Colors of #8abeda

#8abeda #8a96da #8adace

Monochromatic Colors of #8abeda

#8abeda

Complementary Color

#8abeda #daa68a

#8abeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abeda Color CSS Codes

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

#8abeda Text Font Color

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

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


#8abeda Background Color

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

This div background color is #8abeda


#8abeda Border Color

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

This div border color is #8abeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abeda


Comments

No comments written yet.

Please login to write comment.