Color Hex Logo

#8abfed Color Hex

#8ABFED
(138,191,237)
0 Favorites   0 Comments

Color spaces of #8abfed

RGB 138191237
HSL0.580.730.74
HSV208°42°93°
CMYK 0.420.190.00   0.07
XYZ44.398148.779387.1961
Yxy48.77930.24610.2704
Hunter Lab69.8422-8.7528-25.1325
CIE-Lab75.3138-5.6415-28.2896

#8abfed color RGB value is (138,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 11101101
Octal 212 277 355
Decimal 138 191 237
Hex 8A BF ED

RGB Percentages of Color #8abfed

%24.38
%33.75
%41.87

CMYK Percentages of Color #8abfed

%42
%19
%0
%7

Triadic Colors of #8abfed

#8abfed #ed8abf #bfed8a

Analogous Colors of #8abfed

#8abfed #8a8eed #8aedea

Monochromatic Colors of #8abfed

#8abfed

Complementary Color

#8abfed #edb88a

#8abfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abfed Color CSS Codes

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

#8abfed Text Font Color

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

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


#8abfed Background Color

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

This div background color is #8abfed


#8abfed Border Color

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

This div border color is #8abfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abfed


Comments

No comments written yet.

Please login to write comment.