Color Hex Logo

#affc4b Color Hex

#AFFC4B
(175,252,75)
0 Favorites   0 Comments

Color spaces of #affc4b

RGB 17525275
HSL0.240.970.64
HSV86°70°99°
CMYK 0.310.000.70   0.01
XYZ53.759679.242819.1186
Yxy79.24280.35340.5209
Hunter Lab89.0184-47.983349.5791
CIE-Lab91.3440-49.189573.0818

#affc4b color RGB value is (175,252,75).

#affc4b hex color red value is 175, green value is 252 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #affc4b hue: 0.24 , saturation: 0.97 and the lightness value of affc4b is 0.64.

The process color (four color CMYK) of #affc4b color hex is 0.31, 0.00, 0.70, 0.01. Web safe color of #affc4b is #99ff33. Color #affc4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 01001011
Octal 257 374 113
Decimal 175 252 75
Hex AF FC 4B

RGB Percentages of Color #affc4b

%34.86
%50.20
%14.94

CMYK Percentages of Color #affc4b

%31
%0
%70
%1

Triadic Colors of #affc4b

#affc4b #4baffc #fc4baf

Analogous Colors of #affc4b

#affc4b #57fc4b #fcf14b

Monochromatic Colors of #affc4b

#affc4b

Complementary Color

#affc4b #984bfc

#affc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc4b Color CSS Codes

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

#affc4b Text Font Color

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

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


#affc4b Background Color

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

This div background color is #affc4b


#affc4b Border Color

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

This div border color is #affc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc4b

Related Colors


Comments

No comments written yet.

Please login to write comment.