Color Hex Logo

#afd1ba Color Hex

#AFD1BA
(175,209,186)
0 Favorites   0 Comments

Color spaces of #afd1ba

RGB 175209186
HSL0.390.270.75
HSV139°16°82°
CMYK 0.160.000.11   0.18
XYZ49.342658.260155.0991
Yxy58.26010.30330.3581
Hunter Lab76.3283-18.182810.6302
CIE-Lab80.8832-15.74947.6633

#afd1ba color RGB value is (175,209,186).

#afd1ba hex color red value is 175, green value is 209 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afd1ba hue: 0.39 , saturation: 0.27 and the lightness value of afd1ba is 0.75.

The process color (four color CMYK) of #afd1ba color hex is 0.16, 0.00, 0.11, 0.18. Web safe color of #afd1ba is #99cccc. Color #afd1ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 10111010
Octal 257 321 272
Decimal 175 209 186
Hex AF D1 BA

RGB Percentages of Color #afd1ba

%30.70
%36.67
%32.63

CMYK Percentages of Color #afd1ba

%16
%0
%11
%18

Triadic Colors of #afd1ba

#afd1ba #baafd1 #d1baaf

Analogous Colors of #afd1ba

#afd1ba #afd1cb #b5d1af

Monochromatic Colors of #afd1ba

#afd1ba

Complementary Color

#afd1ba #d1afc6

#afd1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd1ba Color CSS Codes

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

#afd1ba Text Font Color

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

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


#afd1ba Background Color

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

This div background color is #afd1ba


#afd1ba Border Color

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

This div border color is #afd1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd1ba


Comments

No comments written yet.

Please login to write comment.