Color Hex Logo

#afeb78 Color Hex

#AFEB78
(175,235,120)
0 Favorites   0 Comments

Color spaces of #afeb78

RGB 175235120
HSL0.250.740.70
HSV91°49°92°
CMYK 0.260.000.49   0.08
XYZ50.777769.886728.5825
Yxy69.88670.34020.4683
Hunter Lab83.5983-37.875838.2474
CIE-Lab86.9413-38.003149.4260

#afeb78 color RGB value is (175,235,120).

#afeb78 hex color red value is 175, green value is 235 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afeb78 hue: 0.25 , saturation: 0.74 and the lightness value of afeb78 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 01111000
Octal 257 353 170
Decimal 175 235 120
Hex AF EB 78

RGB Percentages of Color #afeb78

%33.02
%44.34
%22.64

CMYK Percentages of Color #afeb78

%26
%0
%49
%8

Triadic Colors of #afeb78

#afeb78 #78afeb #eb78af

Analogous Colors of #afeb78

#afeb78 #78eb7b #e9eb78

Monochromatic Colors of #afeb78

#afeb78

Complementary Color

#afeb78 #b478eb

#afeb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeb78 Color CSS Codes

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

#afeb78 Text Font Color

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

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


#afeb78 Background Color

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

This div background color is #afeb78


#afeb78 Border Color

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

This div border color is #afeb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeb78


Comments

No comments written yet.

Please login to write comment.