Color Hex Logo

#8acebc Color Hex

#8ACEBC
(138,206,188)
0 Favorites   0 Comments

Color spaces of #8acebc

RGB 138206188
HSL0.460.410.67
HSV164°33°81°
CMYK 0.330.000.09   0.19
XYZ41.629653.176755.6470
Yxy53.17670.27670.3534
Hunter Lab72.9224-25.71285.8015
CIE-Lab77.9792-25.36762.1299

#8acebc color RGB value is (138,206,188).

#8acebc hex color red value is 138, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8acebc hue: 0.46 , saturation: 0.41 and the lightness value of 8acebc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 10111100
Octal 212 316 274
Decimal 138 206 188
Hex 8A CE BC

RGB Percentages of Color #8acebc

%25.94
%38.72
%35.34

CMYK Percentages of Color #8acebc

%33
%0
%9
%19

Triadic Colors of #8acebc

#8acebc #bc8ace #cebc8a

Analogous Colors of #8acebc

#8acebc #8abece #8ace9a

Monochromatic Colors of #8acebc

#8acebc

Complementary Color

#8acebc #ce8a9c

#8acebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acebc Color CSS Codes

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

#8acebc Text Font Color

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

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


#8acebc Background Color

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

This div background color is #8acebc


#8acebc Border Color

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

This div border color is #8acebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acebc


Comments

No comments written yet.

Please login to write comment.