Color Hex Logo

#8acdd5 Color Hex

#8ACDD5
(138,205,213)
0 Favorites   0 Comments

Color spaces of #8acdd5

RGB 138205213
HSL0.520.470.69
HSV186°35°84°
CMYK 0.350.040.00   0.16
XYZ44.322853.870071.0127
Yxy53.87000.26190.3184
Hunter Lab73.3962-20.6500-5.9873
CIE-Lab78.3859-19.1025-10.7082

#8acdd5 color RGB value is (138,205,213).

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

The process color (four color CMYK) of #8acdd5 color hex is 0.35, 0.04, 0.00, 0.16. Web safe color of #8acdd5 is #99cccc. Color #8acdd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 11010101
Octal 212 315 325
Decimal 138 205 213
Hex 8A CD D5

RGB Percentages of Color #8acdd5

%24.82
%36.87
%38.31

CMYK Percentages of Color #8acdd5

%35
%4
%0
%16

Triadic Colors of #8acdd5

#8acdd5 #d58acd #cdd58a

Analogous Colors of #8acdd5

#8acdd5 #8aa8d5 #8ad5b8

Monochromatic Colors of #8acdd5

#8acdd5

Complementary Color

#8acdd5 #d5928a

#8acdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdd5 Color CSS Codes

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

#8acdd5 Text Font Color

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

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


#8acdd5 Background Color

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

This div background color is #8acdd5


#8acdd5 Border Color

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

This div border color is #8acdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdd5


Comments

No comments written yet.

Please login to write comment.