Color Hex Logo

#afd0ba Color Hex

#AFD0BA
(175,208,186)
0 Favorites   0 Comments

Color spaces of #afd0ba

RGB 175208186
HSL0.390.260.75
HSV140°16°82°
CMYK 0.160.000.11   0.18
XYZ49.098057.770955.0175
Yxy57.77090.30330.3569
Hunter Lab76.0072-17.707710.2882
CIE-Lab80.6112-15.24247.2731

#afd0ba color RGB value is (175,208,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 10111010
Octal 257 320 272
Decimal 175 208 186
Hex AF D0 BA

RGB Percentages of Color #afd0ba

%30.76
%36.56
%32.69

CMYK Percentages of Color #afd0ba

%16
%0
%11
%18

Triadic Colors of #afd0ba

#afd0ba #baafd0 #d0baaf

Analogous Colors of #afd0ba

#afd0ba #afd0cb #b5d0af

Monochromatic Colors of #afd0ba

#afd0ba

Complementary Color

#afd0ba #d0afc5

#afd0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd0ba Color CSS Codes

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

#afd0ba Text Font Color

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

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


#afd0ba Background Color

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

This div background color is #afd0ba


#afd0ba Border Color

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

This div border color is #afd0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd0ba


Comments

No comments written yet.

Please login to write comment.