Color Hex Logo

#afdabf Color Hex

#AFDABF
(175,218,191)
0 Favorites   0 Comments

Color spaces of #afdabf

RGB 175218191
HSL0.400.370.77
HSV142°20°85°
CMYK 0.200.000.12   0.15
XYZ52.154663.018458.7051
Yxy63.01840.29990.3624
Hunter Lab79.3841-21.649511.7235
CIE-Lab83.4521-19.32908.6887

#afdabf color RGB value is (175,218,191).

#afdabf hex color red value is 175, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #afdabf hue: 0.40 , saturation: 0.37 and the lightness value of afdabf is 0.77.

The process color (four color CMYK) of #afdabf color hex is 0.20, 0.00, 0.12, 0.15. Web safe color of #afdabf is #99cccc. Color #afdabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10111111
Octal 257 332 277
Decimal 175 218 191
Hex AF DA BF

RGB Percentages of Color #afdabf

%29.97
%37.33
%32.71

CMYK Percentages of Color #afdabf

%20
%0
%12
%15

Triadic Colors of #afdabf

#afdabf #bfafda #dabfaf

Analogous Colors of #afdabf

#afdabf #afdad5 #b5daaf

Monochromatic Colors of #afdabf

#afdabf

Complementary Color

#afdabf #daafca

#afdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdabf Color CSS Codes

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

#afdabf Text Font Color

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

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


#afdabf Background Color

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

This div background color is #afdabf


#afdabf Border Color

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

This div border color is #afdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdabf


Comments

No comments written yet.

Please login to write comment.