Color Hex Logo

#afecce Color Hex

#AFECCE
(175,236,206)
0 Favorites   0 Comments

Color spaces of #afecce

RGB 175236206
HSL0.420.620.81
HSV150°26°93°
CMYK 0.260.000.13   0.07
XYZ58.815273.561169.4913
Yxy73.56110.29140.3644
Hunter Lab85.7678-27.687311.9991
CIE-Lab88.7146-25.28028.3476

#afecce color RGB value is (175,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11001110
Octal 257 354 316
Decimal 175 236 206
Hex AF EC CE

RGB Percentages of Color #afecce

%28.36
%38.25
%33.39

CMYK Percentages of Color #afecce

%26
%0
%13
%7

Triadic Colors of #afecce

#afecce #ceafec #ecceaf

Analogous Colors of #afecce

#afecce #afecec #afecb0

Monochromatic Colors of #afecce

#afecce

Complementary Color

#afecce #ecafcd

#afecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecce Color CSS Codes

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

#afecce Text Font Color

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

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


#afecce Background Color

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

This div background color is #afecce


#afecce Border Color

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

This div border color is #afecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecce


Comments

No comments written yet.

Please login to write comment.