Color Hex Logo

#affdac Color Hex

#AFFDAC
(175,253,172)
3 Favorites   0 Comments

Color spaces of #affdac

RGB 175253172
HSL0.330.950.83
HSV118°32°99°
CMYK 0.310.000.32   0.01
XYZ60.250982.343151.7480
Yxy82.34310.31000.4237
Hunter Lab90.7431-40.281429.7089
CIE-Lab92.7261-39.131831.3809

#affdac color RGB value is (175,253,172).

#affdac hex color red value is 175, green value is 253 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #affdac hue: 0.33 , saturation: 0.95 and the lightness value of affdac is 0.83.

The process color (four color CMYK) of #affdac color hex is 0.31, 0.00, 0.32, 0.01. Web safe color of #affdac is #99ff99. Color #affdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 10101100
Octal 257 375 254
Decimal 175 253 172
Hex AF FD AC

RGB Percentages of Color #affdac

%29.17
%42.17
%28.67

CMYK Percentages of Color #affdac

%31
%0
%32
%1

Triadic Colors of #affdac

#affdac #acaffd #fdacaf

Analogous Colors of #affdac

#affdac #acfdd2 #d8fdac

Monochromatic Colors of #affdac

#affdac

Complementary Color

#affdac #faacfd

#affdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdac Color CSS Codes

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

#affdac Text Font Color

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

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


#affdac Background Color

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

This div background color is #affdac


#affdac Border Color

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

This div border color is #affdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdac


Comments

No comments written yet.

Please login to write comment.