Color Hex Logo

#8abdde Color Hex

#8ABDDE
(138,189,222)
0 Favorites   0 Comments

Color spaces of #8abdde

RGB 138189222
HSL0.570.560.71
HSV204°38°87°
CMYK 0.380.150.00   0.13
XYZ41.863647.072475.9867
Yxy47.07240.25380.2854
Hunter Lab68.6093-11.1503-17.6388
CIE-Lab74.2361-8.5232-21.8215

#8abdde color RGB value is (138,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 11011110
Octal 212 275 336
Decimal 138 189 222
Hex 8A BD DE

RGB Percentages of Color #8abdde

%25.14
%34.43
%40.44

CMYK Percentages of Color #8abdde

%38
%15
%0
%13

Triadic Colors of #8abdde

#8abdde #de8abd #bdde8a

Analogous Colors of #8abdde

#8abdde #8a93de #8aded5

Monochromatic Colors of #8abdde

#8abdde

Complementary Color

#8abdde #deab8a

#8abdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdde Color CSS Codes

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

#8abdde Text Font Color

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

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


#8abdde Background Color

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

This div background color is #8abdde


#8abdde Border Color

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

This div border color is #8abdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdde


Comments

No comments written yet.

Please login to write comment.