Color Hex Logo

#8dabed Color Hex

#8DABED
(141,171,237)
0 Favorites   0 Comments

Color spaces of #8dabed

RGB 141171237
HSL0.610.730.74
HSV221°41°93°
CMYK 0.410.280.00   0.07
XYZ40.833540.903085.8637
Yxy40.90300.24360.2441
Hunter Lab63.95552.0445-34.8313
CIE-Lab70.10796.1243-36.3145

#8dabed color RGB value is (141,171,237).

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

The process color (four color CMYK) of #8dabed color hex is 0.41, 0.28, 0.00, 0.07. Web safe color of #8dabed is #9999ff. Color #8dabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 11101101
Octal 215 253 355
Decimal 141 171 237
Hex 8D AB ED

RGB Percentages of Color #8dabed

%25.68
%31.15
%43.17

CMYK Percentages of Color #8dabed

%41
%28
%0
%7

Triadic Colors of #8dabed

#8dabed #ed8dab #abed8d

Analogous Colors of #8dabed

#8dabed #9f8ded #8ddbed

Monochromatic Colors of #8dabed

#8dabed

Complementary Color

#8dabed #edcf8d

#8dabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dabed Color CSS Codes

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

#8dabed Text Font Color

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

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


#8dabed Background Color

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

This div background color is #8dabed


#8dabed Border Color

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

This div border color is #8dabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dabed


Comments

No comments written yet.

Please login to write comment.