Color Hex Logo

#afface Color Hex

#AFFACE
(175,250,206)
0 Favorites   0 Comments

Color spaces of #afface

RGB 175250206
HSL0.400.880.83
HSV145°30°98°
CMYK 0.300.000.18   0.02
XYZ63.005481.941470.8881
Yxy81.94140.29190.3796
Hunter Lab90.5215-34.171816.9346
CIE-Lab92.5490-31.920413.8125

#afface color RGB value is (175,250,206).

#afface hex color red value is 175, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afface hue: 0.40 , saturation: 0.88 and the lightness value of afface is 0.83.

The process color (four color CMYK) of #afface color hex is 0.30, 0.00, 0.18, 0.02. Web safe color of #afface is #99ffcc. Color #afface contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11001110
Octal 257 372 316
Decimal 175 250 206
Hex AF FA CE

RGB Percentages of Color #afface

%27.73
%39.62
%32.65

CMYK Percentages of Color #afface

%30
%0
%18
%2

Triadic Colors of #afface

#afface #ceaffa #faceaf

Analogous Colors of #afface

#afface #affaf4 #b6faaf

Monochromatic Colors of #afface

#afface

Complementary Color

#afface #faafdb

#afface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afface Color Preview on White Background

Lorem ipsum dolor sit amet.

#afface Color CSS Codes

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

#afface Text Font Color

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

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


#afface Background Color

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

This div background color is #afface


#afface Border Color

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

This div border color is #afface


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afface


Comments

No comments written yet.

Please login to write comment.