Color Hex Logo

#8abedd Color Hex

#8ABEDD
(138,190,221)
0 Favorites   0 Comments

Color spaces of #8abedd

RGB 138190221
HSL0.560.550.70
HSV202°38°87°
CMYK 0.380.140.00   0.13
XYZ41.945847.450675.3547
Yxy47.45060.25460.2880
Hunter Lab68.8844-11.8536-16.6400
CIE-Lab74.4771-9.3133-20.9127

#8abedd color RGB value is (138,190,221).

#8abedd hex color red value is 138, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8abedd hue: 0.56 , saturation: 0.55 and the lightness value of 8abedd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11011101
Octal 212 276 335
Decimal 138 190 221
Hex 8A BE DD

RGB Percentages of Color #8abedd

%25.14
%34.61
%40.26

CMYK Percentages of Color #8abedd

%38
%14
%0
%13

Triadic Colors of #8abedd

#8abedd #dd8abe #bedd8a

Analogous Colors of #8abedd

#8abedd #8a95dd #8addd3

Monochromatic Colors of #8abedd

#8abedd

Complementary Color

#8abedd #dda98a

#8abedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abedd Color CSS Codes

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

#8abedd Text Font Color

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

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


#8abedd Background Color

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

This div background color is #8abedd


#8abedd Border Color

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

This div border color is #8abedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abedd


Comments

No comments written yet.

Please login to write comment.