Color Hex Logo

#afeb43 Color Hex

#AFEB43
(175,235,67)
0 Favorites   0 Comments

Color spaces of #afeb43

RGB 17523567
HSL0.230.810.59
HSV81°71°92°
CMYK 0.260.000.71   0.08
XYZ48.400668.935916.0652
Yxy68.93590.36280.5168
Hunter Lab83.0276-41.242646.6472
CIE-Lab86.4723-42.414170.9933

#afeb43 color RGB value is (175,235,67).

#afeb43 hex color red value is 175, green value is 235 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #afeb43 hue: 0.23 , saturation: 0.81 and the lightness value of afeb43 is 0.59.

The process color (four color CMYK) of #afeb43 color hex is 0.26, 0.00, 0.71, 0.08. Web safe color of #afeb43 is #99ff33. Color #afeb43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 01000011
Octal 257 353 103
Decimal 175 235 67
Hex AF EB 43

RGB Percentages of Color #afeb43

%36.69
%49.27
%14.05

CMYK Percentages of Color #afeb43

%26
%0
%71
%8

Triadic Colors of #afeb43

#afeb43 #43afeb #eb43af

Analogous Colors of #afeb43

#afeb43 #5beb43 #ebd343

Monochromatic Colors of #afeb43

#afeb43

Complementary Color

#afeb43 #7f43eb

#afeb43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeb43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeb43 Color CSS Codes

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

#afeb43 Text Font Color

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

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


#afeb43 Background Color

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

This div background color is #afeb43


#afeb43 Border Color

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

This div border color is #afeb43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeb43


Comments

No comments written yet.

Please login to write comment.