Color Hex Logo

#8acdda Color Hex

#8ACDDA
(138,205,218)
0 Favorites   0 Comments

Color spaces of #8acdda

RGB 138205218
HSL0.530.520.70
HSV190°37°85°
CMYK 0.370.060.00   0.15
XYZ44.967454.127974.4074
Yxy54.12790.25920.3120
Hunter Lab73.5717-19.6502-8.4633
CIE-Lab78.5363-17.8801-13.1697

#8acdda color RGB value is (138,205,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 11011010
Octal 212 315 332
Decimal 138 205 218
Hex 8A CD DA

RGB Percentages of Color #8acdda

%24.60
%36.54
%38.86

CMYK Percentages of Color #8acdda

%37
%6
%0
%15

Triadic Colors of #8acdda

#8acdda #da8acd #cdda8a

Analogous Colors of #8acdda

#8acdda #8aa5da #8adabf

Monochromatic Colors of #8acdda

#8acdda

Complementary Color

#8acdda #da978a

#8acdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdda Color CSS Codes

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

#8acdda Text Font Color

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

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


#8acdda Background Color

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

This div background color is #8acdda


#8acdda Border Color

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

This div border color is #8acdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdda


Comments

No comments written yet.

Please login to write comment.