Color Hex Logo

#afebad Color Hex

#AFEBAD
(175,235,173)
0 Favorites   0 Comments

Color spaces of #afebad

RGB 175235173
HSL0.330.610.80
HSV118°26°92°
CMYK 0.260.000.26   0.08
XYZ54.930471.547850.4501
Yxy71.54780.31050.4044
Hunter Lab84.5859-32.106923.8475
CIE-Lab87.7505-30.719724.1183

#afebad color RGB value is (175,235,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10101101
Octal 257 353 255
Decimal 175 235 173
Hex AF EB AD

RGB Percentages of Color #afebad

%30.02
%40.31
%29.67

CMYK Percentages of Color #afebad

%26
%0
%26
%8

Triadic Colors of #afebad

#afebad #adafeb #ebadaf

Analogous Colors of #afebad

#afebad #adebca #ceebad

Monochromatic Colors of #afebad

#afebad

Complementary Color

#afebad #e9adeb

#afebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebad Color CSS Codes

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

#afebad Text Font Color

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

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


#afebad Background Color

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

This div background color is #afebad


#afebad Border Color

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

This div border color is #afebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebad


Comments

No comments written yet.

Please login to write comment.