Color Hex Logo

#afcf2b Color Hex

#AFCF2B
(175,207,43)
0 Favorites   0 Comments

Color spaces of #afcf2b

RGB 17520743
HSL0.200.660.49
HSV72°79°81°
CMYK 0.150.000.79   0.19
XYZ40.428153.914010.5612
Yxy53.91400.38540.5139
Hunter Lab73.4262-30.214542.8704
CIE-Lab78.4116-30.920070.8858

#afcf2b color RGB value is (175,207,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 00101011
Octal 257 317 53
Decimal 175 207 43
Hex AF CF 2B

RGB Percentages of Color #afcf2b

%41.18
%48.71
%10.12

CMYK Percentages of Color #afcf2b

%15
%0
%79
%19

Triadic Colors of #afcf2b

#afcf2b #2bafcf #cf2baf

Analogous Colors of #afcf2b

#afcf2b #5dcf2b #cf9d2b

Monochromatic Colors of #afcf2b

#afcf2b

Complementary Color

#afcf2b #4b2bcf

#afcf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf2b Color CSS Codes

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

#afcf2b Text Font Color

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

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


#afcf2b Background Color

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

This div background color is #afcf2b


#afcf2b Border Color

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

This div border color is #afcf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf2b


Comments

No comments written yet.

Please login to write comment.