Color Hex Logo

#8abcec Color Hex

#8ABCEC
(138,188,236)
0 Favorites   0 Comments

Color spaces of #8abcec

RGB 138188236
HSL0.580.720.73
HSV209°42°93°
CMYK 0.420.200.00   0.07
XYZ43.604847.425886.2128
Yxy47.42580.24600.2676
Hunter Lab68.8664-7.4936-26.0178
CIE-Lab74.4613-4.2914-29.0587

#8abcec color RGB value is (138,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11101100
Octal 212 274 354
Decimal 138 188 236
Hex 8A BC EC

RGB Percentages of Color #8abcec

%24.56
%33.45
%41.99

CMYK Percentages of Color #8abcec

%42
%20
%0
%7

Triadic Colors of #8abcec

#8abcec #ec8abc #bcec8a

Analogous Colors of #8abcec

#8abcec #8a8bec #8aeceb

Monochromatic Colors of #8abcec

#8abcec

Complementary Color

#8abcec #ecba8a

#8abcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcec Color CSS Codes

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

#8abcec Text Font Color

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

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


#8abcec Background Color

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

This div background color is #8abcec


#8abcec Border Color

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

This div border color is #8abcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcec


Comments

No comments written yet.

Please login to write comment.