Color Hex Logo

#afecad Color Hex

#AFECAD
(175,236,173)
0 Favorites   0 Comments

Color spaces of #afecad

RGB 175236173
HSL0.330.620.80
HSV118°27°93°
CMYK 0.260.000.27   0.07
XYZ55.217572.122050.5458
Yxy72.12200.31040.4054
Hunter Lab84.9247-32.558624.1588
CIE-Lab88.0273-31.188524.4977

#afecad color RGB value is (175,236,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10101101
Octal 257 354 255
Decimal 175 236 173
Hex AF EC AD

RGB Percentages of Color #afecad

%29.97
%40.41
%29.62

CMYK Percentages of Color #afecad

%26
%0
%27
%7

Triadic Colors of #afecad

#afecad #adafec #ecadaf

Analogous Colors of #afecad

#afecad #adeccb #cfecad

Monochromatic Colors of #afecad

#afecad

Complementary Color

#afecad #eaadec

#afecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecad Color CSS Codes

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

#afecad Text Font Color

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

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


#afecad Background Color

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

This div background color is #afecad


#afecad Border Color

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

This div border color is #afecad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,236,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 #afecad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecad


Comments

No comments written yet.

Please login to write comment.