Color Hex Logo

#afcd69 Color Hex

#AFCD69
(175,205,105)
0 Favorites   0 Comments

Color spaces of #afcd69

RGB 175205105
HSL0.220.500.61
HSV78°49°80°
CMYK 0.150.000.49   0.20
XYZ42.060353.796521.5316
Yxy53.79650.35830.4583
Hunter Lab73.3461-25.994933.9370
CIE-Lab78.3429-25.630346.1398

#afcd69 color RGB value is (175,205,105).

#afcd69 hex color red value is 175, green value is 205 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #afcd69 hue: 0.22 , saturation: 0.50 and the lightness value of afcd69 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01101001
Octal 257 315 151
Decimal 175 205 105
Hex AF CD 69

RGB Percentages of Color #afcd69

%36.08
%42.27
%21.65

CMYK Percentages of Color #afcd69

%15
%0
%49
%20

Triadic Colors of #afcd69

#afcd69 #69afcd #cd69af

Analogous Colors of #afcd69

#afcd69 #7dcd69 #cdb969

Monochromatic Colors of #afcd69

#afcd69

Complementary Color

#afcd69 #8769cd

#afcd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd69 Color CSS Codes

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

#afcd69 Text Font Color

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

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


#afcd69 Background Color

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

This div background color is #afcd69


#afcd69 Border Color

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

This div border color is #afcd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd69


Comments

No comments written yet.

Please login to write comment.