Color Hex Logo

#afdbae Color Hex

#AFDBAE
(175,219,174)
0 Favorites   0 Comments

Color spaces of #afdbae

RGB 175219174
HSL0.330.380.77
HSV119°21°86°
CMYK 0.200.000.21   0.14
XYZ50.650762.833049.5028
Yxy62.83300.31080.3855
Hunter Lab79.2673-24.658718.4602
CIE-Lab83.3544-22.881217.5137

#afdbae color RGB value is (175,219,174).

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

The process color (four color CMYK) of #afdbae color hex is 0.20, 0.00, 0.21, 0.14. Web safe color of #afdbae is #99cc99. Color #afdbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10101110
Octal 257 333 256
Decimal 175 219 174
Hex AF DB AE

RGB Percentages of Color #afdbae

%30.81
%38.56
%30.63

CMYK Percentages of Color #afdbae

%20
%0
%21
%14

Triadic Colors of #afdbae

#afdbae #aeafdb #dbaeaf

Analogous Colors of #afdbae

#afdbae #aedbc4 #c6dbae

Monochromatic Colors of #afdbae

#afdbae

Complementary Color

#afdbae #daaedb

#afdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbae Color CSS Codes

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

#afdbae Text Font Color

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

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


#afdbae Background Color

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

This div background color is #afdbae


#afdbae Border Color

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

This div border color is #afdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbae


Comments

No comments written yet.

Please login to write comment.