Color Hex Logo

#afcf39 Color Hex

#AFCF39
(175,207,57)
0 Favorites   0 Comments

Color spaces of #afcf39

RGB 17520757
HSL0.200.610.52
HSV73°72°81°
CMYK 0.150.000.72   0.19
XYZ40.730554.035012.1540
Yxy54.03500.38090.5054
Hunter Lab73.5085-29.734441.6529
CIE-Lab78.4821-30.289066.6024

#afcf39 color RGB value is (175,207,57).

#afcf39 hex color red value is 175, green value is 207 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #afcf39 hue: 0.20 , saturation: 0.61 and the lightness value of afcf39 is 0.52.

The process color (four color CMYK) of #afcf39 color hex is 0.15, 0.00, 0.72, 0.19. Web safe color of #afcf39 is #99cc33. Color #afcf39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 00111001
Octal 257 317 71
Decimal 175 207 57
Hex AF CF 39

RGB Percentages of Color #afcf39

%39.86
%47.15
%12.98

CMYK Percentages of Color #afcf39

%15
%0
%72
%19

Triadic Colors of #afcf39

#afcf39 #39afcf #cf39af

Analogous Colors of #afcf39

#afcf39 #64cf39 #cfa439

Monochromatic Colors of #afcf39

#afcf39

Complementary Color

#afcf39 #5939cf

#afcf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf39 Color CSS Codes

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

#afcf39 Text Font Color

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

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


#afcf39 Background Color

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

This div background color is #afcf39


#afcf39 Border Color

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

This div border color is #afcf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf39


Comments

No comments written yet.

Please login to write comment.