Color Hex Logo

#afeb48 Color Hex

#AFEB48
(175,235,72)
0 Favorites   0 Comments

Color spaces of #afeb48

RGB 17523572
HSL0.230.800.60
HSV82°69°92°
CMYK 0.260.000.69   0.08
XYZ48.557268.998516.8897
Yxy68.99850.36120.5132
Hunter Lab83.0653-41.019246.0903
CIE-Lab86.5033-42.117669.2689

#afeb48 color RGB value is (175,235,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 01001000
Octal 257 353 110
Decimal 175 235 72
Hex AF EB 48

RGB Percentages of Color #afeb48

%36.31
%48.76
%14.94

CMYK Percentages of Color #afeb48

%26
%0
%69
%8

Triadic Colors of #afeb48

#afeb48 #48afeb #eb48af

Analogous Colors of #afeb48

#afeb48 #5eeb48 #ebd648

Monochromatic Colors of #afeb48

#afeb48

Complementary Color

#afeb48 #8448eb

#afeb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeb48 Color CSS Codes

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

#afeb48 Text Font Color

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

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


#afeb48 Background Color

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

This div background color is #afeb48


#afeb48 Border Color

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

This div border color is #afeb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeb48


Comments

No comments written yet.

Please login to write comment.