Color Hex Logo

#8abbed Color Hex

#8ABBED
(138,187,237)
0 Favorites   0 Comments

Color spaces of #8abbed

RGB 138187237
HSL0.580.730.74
HSV210°42°93°
CMYK 0.420.210.00   0.07
XYZ43.537647.058386.9093
Yxy47.05830.24530.2651
Hunter Lab68.5991-6.7602-27.0962
CIE-Lab74.2270-3.4798-29.9595

#8abbed color RGB value is (138,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 11101101
Octal 212 273 355
Decimal 138 187 237
Hex 8A BB ED

RGB Percentages of Color #8abbed

%24.56
%33.27
%42.17

CMYK Percentages of Color #8abbed

%42
%21
%0
%7

Triadic Colors of #8abbed

#8abbed #ed8abb #bbed8a

Analogous Colors of #8abbed

#8abbed #8b8aed #8aeded

Monochromatic Colors of #8abbed

#8abbed

Complementary Color

#8abbed #edbc8a

#8abbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abbed Color CSS Codes

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

#8abbed Text Font Color

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

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


#8abbed Background Color

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

This div background color is #8abbed


#8abbed Border Color

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

This div border color is #8abbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abbed


Comments

No comments written yet.

Please login to write comment.