Color Hex Logo

#8abcef Color Hex

#8ABCEF
(138,188,239)
0 Favorites   0 Comments

Color spaces of #8abcef

RGB 138188239
HSL0.580.760.74
HSV210°42°94°
CMYK 0.420.210.00   0.06
XYZ44.044447.601788.5280
Yxy47.60170.24450.2642
Hunter Lab68.9940-6.7886-27.7808
CIE-Lab74.5730-3.4813-30.5078

#8abcef color RGB value is (138,188,239).

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

The process color (four color CMYK) of #8abcef color hex is 0.42, 0.21, 0.00, 0.06. Web safe color of #8abcef is #99ccff. Color #8abcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11101111
Octal 212 274 357
Decimal 138 188 239
Hex 8A BC EF

RGB Percentages of Color #8abcef

%24.42
%33.27
%42.30

CMYK Percentages of Color #8abcef

%42
%21
%0
%6

Triadic Colors of #8abcef

#8abcef #ef8abc #bcef8a

Analogous Colors of #8abcef

#8abcef #8b8aef #8aefef

Monochromatic Colors of #8abcef

#8abcef

Complementary Color

#8abcef #efbd8a

#8abcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcef Color CSS Codes

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

#8abcef Text Font Color

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

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


#8abcef Background Color

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

This div background color is #8abcef


#8abcef Border Color

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

This div border color is #8abcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcef


Comments

No comments written yet.

Please login to write comment.