Color Hex Logo

#afeb61 Color Hex

#AFEB61
(175,235,97)
0 Favorites   0 Comments

Color spaces of #afeb61

RGB 17523597
HSL0.240.780.65
HSV86°59°92°
CMYK 0.260.000.59   0.08
XYZ49.545269.393722.0923
Yxy69.39370.35130.4920
Hunter Lab83.3029-39.615442.5880
CIE-Lab86.6986-40.266859.5434

#afeb61 color RGB value is (175,235,97).

#afeb61 hex color red value is 175, green value is 235 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #afeb61 hue: 0.24 , saturation: 0.78 and the lightness value of afeb61 is 0.65.

The process color (four color CMYK) of #afeb61 color hex is 0.26, 0.00, 0.59, 0.08. Web safe color of #afeb61 is #99ff66. Color #afeb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 01100001
Octal 257 353 141
Decimal 175 235 97
Hex AF EB 61

RGB Percentages of Color #afeb61

%34.52
%46.35
%19.13

CMYK Percentages of Color #afeb61

%26
%0
%59
%8

Triadic Colors of #afeb61

#afeb61 #61afeb #eb61af

Analogous Colors of #afeb61

#afeb61 #6aeb61 #ebe261

Monochromatic Colors of #afeb61

#afeb61

Complementary Color

#afeb61 #9d61eb

#afeb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeb61 Color CSS Codes

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

#afeb61 Text Font Color

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

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


#afeb61 Background Color

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

This div background color is #afeb61


#afeb61 Border Color

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

This div border color is #afeb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeb61


Comments

No comments written yet.

Please login to write comment.