Color Hex Logo

#8acabd Color Hex

#8ACABD
(138,202,189)
0 Favorites   0 Comments

Color spaces of #8acabd

RGB 138202189
HSL0.470.380.67
HSV168°32°79°
CMYK 0.320.000.06   0.21
XYZ40.787151.318555.8999
Yxy51.31850.27560.3467
Hunter Lab71.6369-23.73413.8805
CIE-Lab76.8715-23.1722-0.0218

#8acabd color RGB value is (138,202,189).

#8acabd hex color red value is 138, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8acabd hue: 0.47 , saturation: 0.38 and the lightness value of 8acabd is 0.67.

The process color (four color CMYK) of #8acabd color hex is 0.32, 0.00, 0.06, 0.21. Web safe color of #8acabd is #99cccc. Color #8acabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001010 10111101
Octal 212 312 275
Decimal 138 202 189
Hex 8A CA BD

RGB Percentages of Color #8acabd

%26.09
%38.19
%35.73

CMYK Percentages of Color #8acabd

%32
%0
%6
%21

Triadic Colors of #8acabd

#8acabd #bd8aca #cabd8a

Analogous Colors of #8acabd

#8acabd #8ab7ca #8aca9d

Monochromatic Colors of #8acabd

#8acabd

Complementary Color

#8acabd #ca8a97

#8acabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acabd Color CSS Codes

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

#8acabd Text Font Color

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

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


#8acabd Background Color

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

This div background color is #8acabd


#8acabd Border Color

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

This div border color is #8acabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acabd


Comments

No comments written yet.

Please login to write comment.