Color Hex Logo

#a8cfbc Color Hex

#A8CFBC
(168,207,188)
0 Favorites   0 Comments

Color spaces of #a8cfbc

RGB 168207188
HSL0.420.290.74
HSV151°19°81°
CMYK 0.190.000.09   0.19
XYZ47.538456.581355.9927
Yxy56.58130.29690.3534
Hunter Lab75.2205-18.82638.5201
CIE-Lab79.9435-16.65795.1862

#a8cfbc color RGB value is (168,207,188).

#a8cfbc hex color red value is 168, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a8cfbc hue: 0.42 , saturation: 0.29 and the lightness value of a8cfbc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 10111100
Octal 250 317 274
Decimal 168 207 188
Hex A8 CF BC

RGB Percentages of Color #a8cfbc

%29.84
%36.77
%33.39

CMYK Percentages of Color #a8cfbc

%19
%0
%9
%19

Triadic Colors of #a8cfbc

#a8cfbc #bca8cf #cfbca8

Analogous Colors of #a8cfbc

#a8cfbc #a8cfcf #a8cfa9

Monochromatic Colors of #a8cfbc

#a8cfbc

Complementary Color

#a8cfbc #cfa8bb

#a8cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cfbc Color CSS Codes

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

#a8cfbc Text Font Color

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

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


#a8cfbc Background Color

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

This div background color is #a8cfbc


#a8cfbc Border Color

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

This div border color is #a8cfbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,207,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8cfbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8cfbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a8cfbc;
  box-shadow:         1px 1px 3px 2px #a8cfbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,207,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 #a8cfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cfbc


Comments

No comments written yet.

Please login to write comment.