Color Hex Logo

#accabe Color Hex

#ACCABE
(172,202,190)
0 Favorites   0 Comments

Color spaces of #accabe

RGB 172202190
HSL0.430.220.73
HSV156°15°79°
CMYK 0.150.000.06   0.21
XYZ47.428154.729456.7793
Yxy54.72940.29840.3443
Hunter Lab73.9793-15.02766.2803
CIE-Lab78.8851-12.40322.6146

#accabe color RGB value is (172,202,190).

#accabe hex color red value is 172, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #accabe hue: 0.43 , saturation: 0.22 and the lightness value of accabe is 0.73.

The process color (four color CMYK) of #accabe color hex is 0.15, 0.00, 0.06, 0.21. Web safe color of #accabe is #99cccc. Color #accabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10111110
Octal 254 312 276
Decimal 172 202 190
Hex AC CA BE

RGB Percentages of Color #accabe

%30.50
%35.82
%33.69

CMYK Percentages of Color #accabe

%15
%0
%6
%21

Triadic Colors of #accabe

#accabe #beacca #cabeac

Analogous Colors of #accabe

#accabe #acc7ca #accaaf

Monochromatic Colors of #accabe

#accabe

Complementary Color

#accabe #caacb8

#accabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#accabe Color CSS Codes

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

#accabe Text Font Color

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

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


#accabe Background Color

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

This div background color is #accabe


#accabe Border Color

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

This div border color is #accabe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,202,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #accabe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #accabe;
  -webkit-box-shadow: 1px 1px 3px 2px #accabe;
  box-shadow:         1px 1px 3px 2px #accabe; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accabe


Comments

No comments written yet.

Please login to write comment.