Color Hex Logo

#afcd68 Color Hex

#AFCD68
(175,205,104)
0 Favorites   0 Comments

Color spaces of #afcd68

RGB 175205104
HSL0.220.500.61
HSV78°49°80°
CMYK 0.150.000.49   0.20
XYZ42.009253.776121.2624
Yxy53.77610.35890.4594
Hunter Lab73.3322-26.075534.1416
CIE-Lab78.3310-25.733346.6069

#afcd68 color RGB value is (175,205,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01101000
Octal 257 315 150
Decimal 175 205 104
Hex AF CD 68

RGB Percentages of Color #afcd68

%36.16
%42.36
%21.49

CMYK Percentages of Color #afcd68

%15
%0
%49
%20

Triadic Colors of #afcd68

#afcd68 #68afcd #cd68af

Analogous Colors of #afcd68

#afcd68 #7dcd68 #cdb968

Monochromatic Colors of #afcd68

#afcd68

Complementary Color

#afcd68 #8668cd

#afcd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd68 Color CSS Codes

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

#afcd68 Text Font Color

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

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


#afcd68 Background Color

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

This div background color is #afcd68


#afcd68 Border Color

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

This div border color is #afcd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd68


Comments

No comments written yet.

Please login to write comment.