Color Hex Logo

#afcd34 Color Hex

#AFCD34
(175,205,52)
0 Favorites   0 Comments

Color spaces of #afcd34

RGB 17520552
HSL0.200.600.50
HSV72°75°80°
CMYK 0.150.000.75   0.20
XYZ40.130453.024511.3685
Yxy53.02450.38390.5073
Hunter Lab72.8179-29.058941.7161
CIE-Lab77.8895-29.594867.7015

#afcd34 color RGB value is (175,205,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 00110100
Octal 257 315 64
Decimal 175 205 52
Hex AF CD 34

RGB Percentages of Color #afcd34

%40.51
%47.45
%12.04

CMYK Percentages of Color #afcd34

%15
%0
%75
%20

Triadic Colors of #afcd34

#afcd34 #34afcd #cd34af

Analogous Colors of #afcd34

#afcd34 #63cd34 #cd9f34

Monochromatic Colors of #afcd34

#afcd34

Complementary Color

#afcd34 #5234cd

#afcd34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd34 Color CSS Codes

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

#afcd34 Text Font Color

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

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


#afcd34 Background Color

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

This div background color is #afcd34


#afcd34 Border Color

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

This div border color is #afcd34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd34


Comments

No comments written yet.

Please login to write comment.