Color Hex Logo

#afdd69 Color Hex

#AFDD69
(175,221,105)
0 Favorites   0 Comments

Color spaces of #afdd69

RGB 175221105
HSL0.230.630.64
HSV84°52°87°
CMYK 0.210.000.52   0.13
XYZ46.085461.846822.8733
Yxy61.84680.35230.4728
Hunter Lab78.6427-33.022137.8054
CIE-Lab82.8319-33.193351.5077

#afdd69 color RGB value is (175,221,105).

#afdd69 hex color red value is 175, green value is 221 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #afdd69 hue: 0.23 , saturation: 0.63 and the lightness value of afdd69 is 0.64.

The process color (four color CMYK) of #afdd69 color hex is 0.21, 0.00, 0.52, 0.13. Web safe color of #afdd69 is #99cc66. Color #afdd69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01101001
Octal 257 335 151
Decimal 175 221 105
Hex AF DD 69

RGB Percentages of Color #afdd69

%34.93
%44.11
%20.96

CMYK Percentages of Color #afdd69

%21
%0
%52
%13

Triadic Colors of #afdd69

#afdd69 #69afdd #dd69af

Analogous Colors of #afdd69

#afdd69 #75dd69 #ddd169

Monochromatic Colors of #afdd69

#afdd69

Complementary Color

#afdd69 #9769dd

#afdd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd69 Color CSS Codes

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

#afdd69 Text Font Color

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

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


#afdd69 Background Color

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

This div background color is #afdd69


#afdd69 Border Color

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

This div border color is #afdd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd69


Comments

No comments written yet.

Please login to write comment.