Color Hex Logo

#a4cabf Color Hex

#A4CABF
(164,202,191)
0 Favorites   0 Comments

Color spaces of #a4cabf

RGB 164202191
HSL0.450.260.72
HSV163°19°79°
CMYK 0.190.000.05   0.21
XYZ45.834353.895257.2773
Yxy53.89520.29190.3433
Hunter Lab73.4134-17.03015.1311
CIE-Lab78.4006-14.80761.3098

#a4cabf color RGB value is (164,202,191).

#a4cabf hex color red value is 164, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a4cabf hue: 0.45 , saturation: 0.26 and the lightness value of a4cabf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001010 10111111
Octal 244 312 277
Decimal 164 202 191
Hex A4 CA BF

RGB Percentages of Color #a4cabf

%29.44
%36.27
%34.29

CMYK Percentages of Color #a4cabf

%19
%0
%5
%21

Triadic Colors of #a4cabf

#a4cabf #bfa4ca #cabfa4

Analogous Colors of #a4cabf

#a4cabf #a4c2ca #a4caac

Monochromatic Colors of #a4cabf

#a4cabf

Complementary Color

#a4cabf #caa4af

#a4cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cabf Color CSS Codes

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

#a4cabf Text Font Color

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

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


#a4cabf Background Color

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

This div background color is #a4cabf


#a4cabf Border Color

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

This div border color is #a4cabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,202,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cabf


Comments

No comments written yet.

Please login to write comment.