Color Hex Logo

#affed6 Color Hex

#AFFED6
(175,254,214)
0 Favorites   0 Comments

Color spaces of #affed6

RGB 175254214
HSL0.420.980.84
HSV150°31°100°
CMYK 0.310.000.16   0.00
XYZ65.258684.852676.5570
Yxy84.85260.28790.3743
Hunter Lab92.1155-34.744915.2050
CIE-Lab93.8196-32.260811.5005

#affed6 color RGB value is (175,254,214).

#affed6 hex color red value is 175, green value is 254 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #affed6 hue: 0.42 , saturation: 0.98 and the lightness value of affed6 is 0.84.

The process color (four color CMYK) of #affed6 color hex is 0.31, 0.00, 0.16, 0.00. Web safe color of #affed6 is #99ffcc. Color #affed6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11010110
Octal 257 376 326
Decimal 175 254 214
Hex AF FE D6

RGB Percentages of Color #affed6

%27.22
%39.50
%33.28

CMYK Percentages of Color #affed6

%31
%0
%16
%0

Triadic Colors of #affed6

#affed6 #d6affe #fed6af

Analogous Colors of #affed6

#affed6 #affefe #b0feaf

Monochromatic Colors of #affed6

#affed6

Complementary Color

#affed6 #feafd7

#affed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affed6 Color CSS Codes

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

#affed6 Text Font Color

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

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


#affed6 Background Color

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

This div background color is #affed6


#affed6 Border Color

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

This div border color is #affed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affed6

Related Colors


Comments

No comments written yet.

Please login to write comment.