Color Hex Logo

#8acfcc Color Hex

#8ACFCC
(138,207,204)
0 Favorites   0 Comments

Color spaces of #8acfcc

RGB 138207204
HSL0.490.420.68
HSV177°33°81°
CMYK 0.330.000.01   0.19
XYZ43.693154.388665.3219
Yxy54.38860.26740.3328
Hunter Lab73.7486-23.3060-0.8913
CIE-Lab78.6878-22.2488-5.4249

#8acfcc color RGB value is (138,207,204).

#8acfcc hex color red value is 138, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8acfcc hue: 0.49 , saturation: 0.42 and the lightness value of 8acfcc is 0.68.

The process color (four color CMYK) of #8acfcc color hex is 0.33, 0.00, 0.01, 0.19. Web safe color of #8acfcc is #99cccc. Color #8acfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 11001100
Octal 212 317 314
Decimal 138 207 204
Hex 8A CF CC

RGB Percentages of Color #8acfcc

%25.14
%37.70
%37.16

CMYK Percentages of Color #8acfcc

%33
%0
%1
%19

Triadic Colors of #8acfcc

#8acfcc #cc8acf #cfcc8a

Analogous Colors of #8acfcc

#8acfcc #8ab0cf #8acfaa

Monochromatic Colors of #8acfcc

#8acfcc

Complementary Color

#8acfcc #cf8a8d

#8acfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfcc Color CSS Codes

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

#8acfcc Text Font Color

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

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


#8acfcc Background Color

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

This div background color is #8acfcc


#8acfcc Border Color

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

This div border color is #8acfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfcc


Comments

No comments written yet.

Please login to write comment.