Color Hex Logo

#afcabc Color Hex

#AFCABC
(175,202,188)
0 Favorites   0 Comments

Color spaces of #afcabc

RGB 175202188
HSL0.410.200.74
HSV149°13°79°
CMYK 0.130.000.07   0.21
XYZ47.876854.985955.6669
Yxy54.98590.30200.3468
Hunter Lab74.1525-14.51777.3972
CIE-Lab79.0331-11.79443.9280

#afcabc color RGB value is (175,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10111100
Octal 257 312 274
Decimal 175 202 188
Hex AF CA BC

RGB Percentages of Color #afcabc

%30.97
%35.75
%33.27

CMYK Percentages of Color #afcabc

%13
%0
%7
%21

Triadic Colors of #afcabc

#afcabc #bcafca #cabcaf

Analogous Colors of #afcabc

#afcabc #afcaca #b0caaf

Monochromatic Colors of #afcabc

#afcabc

Complementary Color

#afcabc #caafbd

#afcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcabc Color CSS Codes

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

#afcabc Text Font Color

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

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


#afcabc Background Color

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

This div background color is #afcabc


#afcabc Border Color

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

This div border color is #afcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcabc


Comments

No comments written yet.

Please login to write comment.