Color Hex Logo

#8abcde Color Hex

#8ABCDE
(138,188,222)
0 Favorites   0 Comments

Color spaces of #8abcde

RGB 138188222
HSL0.570.560.71
HSV204°38°87°
CMYK 0.380.150.00   0.13
XYZ41.649346.643675.9152
Yxy46.64360.25360.2841
Hunter Lab68.2961-10.6628-18.0971
CIE-Lab73.9612-7.9888-22.2397

#8abcde color RGB value is (138,188,222).

#8abcde hex color red value is 138, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8abcde hue: 0.57 , saturation: 0.56 and the lightness value of 8abcde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11011110
Octal 212 274 336
Decimal 138 188 222
Hex 8A BC DE

RGB Percentages of Color #8abcde

%25.18
%34.31
%40.51

CMYK Percentages of Color #8abcde

%38
%15
%0
%13

Triadic Colors of #8abcde

#8abcde #de8abc #bcde8a

Analogous Colors of #8abcde

#8abcde #8a92de #8aded6

Monochromatic Colors of #8abcde

#8abcde

Complementary Color

#8abcde #deac8a

#8abcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcde Color CSS Codes

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

#8abcde Text Font Color

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

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


#8abcde Background Color

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

This div background color is #8abcde


#8abcde Border Color

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

This div border color is #8abcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcde


Comments

No comments written yet.

Please login to write comment.