Color Hex Logo

#afedce Color Hex

#AFEDCE
(175,237,206)
0 Favorites   0 Comments

Color spaces of #afedce

RGB 175237206
HSL0.420.630.81
HSV150°26°93°
CMYK 0.260.000.13   0.07
XYZ59.104074.138669.5876
Yxy74.13860.29140.3655
Hunter Lab86.1038-28.154312.3555
CIE-Lab88.9879-25.76208.7394

#afedce color RGB value is (175,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11001110
Octal 257 355 316
Decimal 175 237 206
Hex AF ED CE

RGB Percentages of Color #afedce

%28.32
%38.35
%33.33

CMYK Percentages of Color #afedce

%26
%0
%13
%7

Triadic Colors of #afedce

#afedce #ceafed #edceaf

Analogous Colors of #afedce

#afedce #afeded #afedaf

Monochromatic Colors of #afedce

#afedce

Complementary Color

#afedce #edafce

#afedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedce Color CSS Codes

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

#afedce Text Font Color

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

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


#afedce Background Color

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

This div background color is #afedce


#afedce Border Color

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

This div border color is #afedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedce


Comments

No comments written yet.

Please login to write comment.