Color Hex Logo

#afcd27 Color Hex

#AFCD27
(175,205,39)
0 Favorites   0 Comments

Color spaces of #afcd27

RGB 17520539
HSL0.200.680.48
HSV71°81°80°
CMYK 0.150.000.81   0.20
XYZ39.876752.923110.0329
Yxy52.92310.38780.5147
Hunter Lab72.7483-29.465342.7469
CIE-Lab77.8296-30.128871.4409

#afcd27 color RGB value is (175,205,39).

#afcd27 hex color red value is 175, green value is 205 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afcd27 hue: 0.20 , saturation: 0.68 and the lightness value of afcd27 is 0.48.

The process color (four color CMYK) of #afcd27 color hex is 0.15, 0.00, 0.81, 0.20. Web safe color of #afcd27 is #99cc33. Color #afcd27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 00100111
Octal 257 315 47
Decimal 175 205 39
Hex AF CD 27

RGB Percentages of Color #afcd27

%41.77
%48.93
%9.31

CMYK Percentages of Color #afcd27

%15
%0
%81
%20

Triadic Colors of #afcd27

#afcd27 #27afcd #cd27af

Analogous Colors of #afcd27

#afcd27 #5ccd27 #cd9827

Monochromatic Colors of #afcd27

#afcd27

Complementary Color

#afcd27 #4527cd

#afcd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd27 Color CSS Codes

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

#afcd27 Text Font Color

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

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


#afcd27 Background Color

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

This div background color is #afcd27


#afcd27 Border Color

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

This div border color is #afcd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd27


Comments

No comments written yet.

Please login to write comment.