Color Hex Logo

#afcab8 Color Hex

#AFCAB8
(175,202,184)
0 Favorites   0 Comments

Color spaces of #afcab8

RGB 175202184
HSL0.390.200.74
HSV140°13°79°
CMYK 0.130.000.09   0.21
XYZ47.451554.815753.4269
Yxy54.81570.30480.3521
Hunter Lab74.0376-15.16339.0416
CIE-Lab78.9350-12.55285.9332

#afcab8 color RGB value is (175,202,184).

#afcab8 hex color red value is 175, green value is 202 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #afcab8 hue: 0.39 , saturation: 0.20 and the lightness value of afcab8 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10111000
Octal 257 312 270
Decimal 175 202 184
Hex AF CA B8

RGB Percentages of Color #afcab8

%31.19
%36.01
%32.80

CMYK Percentages of Color #afcab8

%13
%0
%9
%21

Triadic Colors of #afcab8

#afcab8 #b8afca #cab8af

Analogous Colors of #afcab8

#afcab8 #afcac6 #b4caaf

Monochromatic Colors of #afcab8

#afcab8

Complementary Color

#afcab8 #caafc1

#afcab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcab8 Color CSS Codes

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

#afcab8 Text Font Color

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

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


#afcab8 Background Color

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

This div background color is #afcab8


#afcab8 Border Color

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

This div border color is #afcab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcab8


Comments

No comments written yet.

Please login to write comment.