Color Hex Logo

#8dabea Color Hex

#8DABEA
(141,171,234)
0 Favorites   0 Comments

Color spaces of #8dabea

RGB 141171234
HSL0.610.690.74
HSV221°40°92°
CMYK 0.400.270.00   0.08
XYZ40.398740.729183.5742
Yxy40.72910.24530.2473
Hunter Lab63.81941.3096-32.9693
CIE-Lab69.98575.3072-34.8681

#8dabea color RGB value is (141,171,234).

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

The process color (four color CMYK) of #8dabea color hex is 0.40, 0.27, 0.00, 0.08. Web safe color of #8dabea is #9999ff. Color #8dabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 11101010
Octal 215 253 352
Decimal 141 171 234
Hex 8D AB EA

RGB Percentages of Color #8dabea

%25.82
%31.32
%42.86

CMYK Percentages of Color #8dabea

%40
%27
%0
%8

Triadic Colors of #8dabea

#8dabea #ea8dab #abea8d

Analogous Colors of #8dabea

#8dabea #9e8dea #8ddaea

Monochromatic Colors of #8dabea

#8dabea

Complementary Color

#8dabea #eacc8d

#8dabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dabea Color CSS Codes

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

#8dabea Text Font Color

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

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


#8dabea Background Color

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

This div background color is #8dabea


#8dabea Border Color

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

This div border color is #8dabea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,171,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dabea


Comments

No comments written yet.

Please login to write comment.