Color Hex Logo

#8acfbe Color Hex

#8ACFBE
(138,207,190)
0 Favorites   0 Comments

Color spaces of #8acfbe

RGB 138207190
HSL0.460.420.68
HSV165°33°81°
CMYK 0.330.000.08   0.19
XYZ42.088353.746656.8710
Yxy53.74660.27560.3520
Hunter Lab73.3121-25.81975.3249
CIE-Lab78.3137-25.42001.5428

#8acfbe color RGB value is (138,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 10111110
Octal 212 317 276
Decimal 138 207 190
Hex 8A CF BE

RGB Percentages of Color #8acfbe

%25.79
%38.69
%35.51

CMYK Percentages of Color #8acfbe

%33
%0
%8
%19

Triadic Colors of #8acfbe

#8acfbe #be8acf #cfbe8a

Analogous Colors of #8acfbe

#8acfbe #8abecf #8acf9c

Monochromatic Colors of #8acfbe

#8acfbe

Complementary Color

#8acfbe #cf8a9b

#8acfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfbe Color CSS Codes

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

#8acfbe Text Font Color

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

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


#8acfbe Background Color

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

This div background color is #8acfbe


#8acfbe Border Color

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

This div border color is #8acfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfbe


Comments

No comments written yet.

Please login to write comment.