Color Hex Logo

#afdaba Color Hex

#AFDABA
(175,218,186)
0 Favorites   0 Comments

Color spaces of #afdaba

RGB 175218186
HSL0.380.370.77
HSV135°20°85°
CMYK 0.200.000.15   0.15
XYZ51.613562.801955.8560
Yxy62.80190.30310.3688
Hunter Lab79.2476-22.427513.6841
CIE-Lab83.3380-20.258111.1693

#afdaba color RGB value is (175,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10111010
Octal 257 332 272
Decimal 175 218 186
Hex AF DA BA

RGB Percentages of Color #afdaba

%30.22
%37.65
%32.12

CMYK Percentages of Color #afdaba

%20
%0
%15
%15

Triadic Colors of #afdaba

#afdaba #baafda #dabaaf

Analogous Colors of #afdaba

#afdaba #afdad0 #badaaf

Monochromatic Colors of #afdaba

#afdaba

Complementary Color

#afdaba #daafcf

#afdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaba Color CSS Codes

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

#afdaba Text Font Color

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

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


#afdaba Background Color

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

This div background color is #afdaba


#afdaba Border Color

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

This div border color is #afdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaba


Comments

No comments written yet.

Please login to write comment.