Color Hex Logo

#8acfd6 Color Hex

#8ACFD6
(138,207,214)
0 Favorites   0 Comments

Color spaces of #8acfd6

RGB 138207214
HSL0.520.480.69
HSV186°36°84°
CMYK 0.360.030.00   0.16
XYZ44.931754.884071.8438
Yxy54.88400.26170.3197
Hunter Lab74.0837-21.3865-5.6387
CIE-Lab78.9744-19.8718-10.3675

#8acfd6 color RGB value is (138,207,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 11010110
Octal 212 317 326
Decimal 138 207 214
Hex 8A CF D6

RGB Percentages of Color #8acfd6

%24.69
%37.03
%38.28

CMYK Percentages of Color #8acfd6

%36
%3
%0
%16

Triadic Colors of #8acfd6

#8acfd6 #d68acf #cfd68a

Analogous Colors of #8acfd6

#8acfd6 #8aa9d6 #8ad6b7

Monochromatic Colors of #8acfd6

#8acfd6

Complementary Color

#8acfd6 #d6918a

#8acfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfd6 Color CSS Codes

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

#8acfd6 Text Font Color

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

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


#8acfd6 Background Color

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

This div background color is #8acfd6


#8acfd6 Border Color

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

This div border color is #8acfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfd6


Comments

No comments written yet.

Please login to write comment.