Color Hex Logo

#afcf2d Color Hex

#AFCF2D
(175,207,45)
0 Favorites   0 Comments

Color spaces of #afcf2d

RGB 17520745
HSL0.200.640.49
HSV72°78°81°
CMYK 0.150.000.78   0.19
XYZ40.465753.929110.7592
Yxy53.92910.38480.5129
Hunter Lab73.4364-30.154942.7189
CIE-Lab78.4204-30.841570.3303

#afcf2d color RGB value is (175,207,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 00101101
Octal 257 317 55
Decimal 175 207 45
Hex AF CF 2D

RGB Percentages of Color #afcf2d

%40.98
%48.48
%10.54

CMYK Percentages of Color #afcf2d

%15
%0
%78
%19

Triadic Colors of #afcf2d

#afcf2d #2dafcf #cf2daf

Analogous Colors of #afcf2d

#afcf2d #5ecf2d #cf9e2d

Monochromatic Colors of #afcf2d

#afcf2d

Complementary Color

#afcf2d #4d2dcf

#afcf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf2d Color CSS Codes

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

#afcf2d Text Font Color

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

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


#afcf2d Background Color

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

This div background color is #afcf2d


#afcf2d Border Color

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

This div border color is #afcf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf2d


Comments

No comments written yet.

Please login to write comment.