Color Hex Logo

#affdba Color Hex

#AFFDBA
(175,253,186)
0 Favorites   1 Comments

Color spaces of #affdba

RGB 175253186
HSL0.360.950.84
HSV128°31°99°
CMYK 0.310.000.26   0.01
XYZ61.667482.909759.2073
Yxy82.90970.30260.4069
Hunter Lab91.0548-38.455625.1857
CIE-Lab92.9749-36.864424.6446

#affdba color RGB value is (175,253,186).

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

The process color (four color CMYK) of #affdba color hex is 0.31, 0.00, 0.26, 0.01. Web safe color of #affdba is #99ffcc. Color #affdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 10111010
Octal 257 375 272
Decimal 175 253 186
Hex AF FD BA

RGB Percentages of Color #affdba

%28.50
%41.21
%30.29

CMYK Percentages of Color #affdba

%31
%0
%26
%1

Triadic Colors of #affdba

#affdba #baaffd #fdbaaf

Analogous Colors of #affdba

#affdba #affde1 #cbfdaf

Monochromatic Colors of #affdba

#affdba

Complementary Color

#affdba #fdaff2

#affdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdba Color CSS Codes

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

#affdba Text Font Color

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

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


#affdba Background Color

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

This div background color is #affdba


#affdba Border Color

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

This div border color is #affdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdba

Related Colors


Comments

9 Sep 2016, 14:14 colourqueen

WOW a cool green

Please login to write comment.