Color Hex Logo

#affc3d Color Hex

#AFFC3D
(175,252,61)
0 Favorites   0 Comments

Color spaces of #affc3d

RGB 17525261
HSL0.230.970.61
HSV84°76°99°
CMYK 0.310.000.76   0.01
XYZ53.331979.071716.8664
Yxy79.07170.35730.5297
Hunter Lab88.9223-48.557150.9997
CIE-Lab91.2667-49.955777.5311

#affc3d color RGB value is (175,252,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 00111101
Octal 257 374 75
Decimal 175 252 61
Hex AF FC 3D

RGB Percentages of Color #affc3d

%35.86
%51.64
%12.50

CMYK Percentages of Color #affc3d

%31
%0
%76
%1

Triadic Colors of #affc3d

#affc3d #3daffc #fc3daf

Analogous Colors of #affc3d

#affc3d #4ffc3d #fcea3d

Monochromatic Colors of #affc3d

#affc3d

Complementary Color

#affc3d #8a3dfc

#affc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc3d Color CSS Codes

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

#affc3d Text Font Color

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

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


#affc3d Background Color

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

This div background color is #affc3d


#affc3d Border Color

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

This div border color is #affc3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc3d

Related Colors


Comments

No comments written yet.

Please login to write comment.