Color Hex Logo

#afecaf Color Hex

#AFECAF
(175,236,175)
0 Favorites   0 Comments

Color spaces of #afecaf

RGB 175236175
HSL0.330.620.81
HSV120°26°93°
CMYK 0.260.000.26   0.07
XYZ55.412572.200051.5729
Yxy72.20000.30920.4029
Hunter Lab84.9706-32.292023.4933
CIE-Lab88.0648-30.859623.5204

#afecaf color RGB value is (175,236,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10101111
Octal 257 354 257
Decimal 175 236 175
Hex AF EC AF

RGB Percentages of Color #afecaf

%29.86
%40.27
%29.86

CMYK Percentages of Color #afecaf

%26
%0
%26
%7

Triadic Colors of #afecaf

#afecaf #afafec #ecafaf

Analogous Colors of #afecaf

#afecaf #afecce #ceecaf

Monochromatic Colors of #afecaf

#afecaf

Complementary Color

#afecaf #ecafec

#afecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecaf Color CSS Codes

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

#afecaf Text Font Color

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

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


#afecaf Background Color

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

This div background color is #afecaf


#afecaf Border Color

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

This div border color is #afecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecaf

#afecaf Color Palettes


Comments

No comments written yet.

Please login to write comment.