Color Hex Logo

#8abcea Color Hex

#8ABCEA
(138,188,234)
0 Favorites   0 Comments

Color spaces of #8abcea

RGB 138188234
HSL0.580.700.73
HSV209°41°92°
CMYK 0.410.200.00   0.08
XYZ43.315747.310284.6907
Yxy47.31020.24710.2699
Hunter Lab68.7824-7.9589-24.8552
CIE-Lab74.3878-4.8284-28.0902

#8abcea color RGB value is (138,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11101010
Octal 212 274 352
Decimal 138 188 234
Hex 8A BC EA

RGB Percentages of Color #8abcea

%24.64
%33.57
%41.79

CMYK Percentages of Color #8abcea

%41
%20
%0
%8

Triadic Colors of #8abcea

#8abcea #ea8abc #bcea8a

Analogous Colors of #8abcea

#8abcea #8a8cea #8aeae8

Monochromatic Colors of #8abcea

#8abcea

Complementary Color

#8abcea #eab88a

#8abcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcea Color CSS Codes

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

#8abcea Text Font Color

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

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


#8abcea Background Color

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

This div background color is #8abcea


#8abcea Border Color

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

This div border color is #8abcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcea


Comments

No comments written yet.

Please login to write comment.