Color Hex Logo

#8acbda Color Hex

#8ACBDA
(138,203,218)
0 Favorites   0 Comments

Color spaces of #8acbda

RGB 138203218
HSL0.530.520.70
HSV191°37°85°
CMYK 0.370.070.00   0.15
XYZ44.492153.177174.2489
Yxy53.17710.25880.3093
Hunter Lab72.9226-18.7068-9.3225
CIE-Lab77.9794-16.8576-14.0046

#8acbda color RGB value is (138,203,218).

#8acbda hex color red value is 138, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8acbda hue: 0.53 , saturation: 0.52 and the lightness value of 8acbda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 11011010
Octal 212 313 332
Decimal 138 203 218
Hex 8A CB DA

RGB Percentages of Color #8acbda

%24.69
%36.31
%39.00

CMYK Percentages of Color #8acbda

%37
%7
%0
%15

Triadic Colors of #8acbda

#8acbda #da8acb #cbda8a

Analogous Colors of #8acbda

#8acbda #8aa3da #8adac1

Monochromatic Colors of #8acbda

#8acbda

Complementary Color

#8acbda #da998a

#8acbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbda Color CSS Codes

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

#8acbda Text Font Color

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

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


#8acbda Background Color

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

This div background color is #8acbda


#8acbda Border Color

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

This div border color is #8acbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbda


Comments

No comments written yet.

Please login to write comment.