Color Hex Logo

#afdba5 Color Hex

#AFDBA5
(175,219,165)
0 Favorites   0 Comments

Color spaces of #afdba5

RGB 175219165
HSL0.300.430.75
HSV109°25°86°
CMYK 0.200.000.25   0.14
XYZ49.802262.493645.0349
Yxy62.49360.31650.3972
Hunter Lab79.0529-25.890121.5607
CIE-Lab83.1752-24.385021.9780

#afdba5 color RGB value is (175,219,165).

#afdba5 hex color red value is 175, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #afdba5 hue: 0.30 , saturation: 0.43 and the lightness value of afdba5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10100101
Octal 257 333 245
Decimal 175 219 165
Hex AF DB A5

RGB Percentages of Color #afdba5

%31.31
%39.18
%29.52

CMYK Percentages of Color #afdba5

%20
%0
%25
%14

Triadic Colors of #afdba5

#afdba5 #a5afdb #dba5af

Analogous Colors of #afdba5

#afdba5 #a5dbb6 #cadba5

Monochromatic Colors of #afdba5

#afdba5

Complementary Color

#afdba5 #d1a5db

#afdba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdba5 Color CSS Codes

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

#afdba5 Text Font Color

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

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


#afdba5 Background Color

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

This div background color is #afdba5


#afdba5 Border Color

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

This div border color is #afdba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdba5


Comments

No comments written yet.

Please login to write comment.