Color Hex Logo

#afffd5 Color Hex

#AFFFD5
(175,255,213)
0 Favorites   0 Comments

Color spaces of #afffd5

RGB 175255213
HSL0.411.000.84
HSV149°31°100°
CMYK 0.310.000.16   0.00
XYZ65.449485.438175.9924
Yxy85.43810.28850.3766
Hunter Lab92.4327-35.365715.9584
CIE-Lab94.0716-32.917612.3732

#afffd5 color RGB value is (175,255,213).

#afffd5 hex color red value is 175, green value is 255 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #afffd5 hue: 0.41 , saturation: 1.00 and the lightness value of afffd5 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11010101
Octal 257 377 325
Decimal 175 255 213
Hex AF FF D5

RGB Percentages of Color #afffd5

%27.22
%39.66
%33.13

CMYK Percentages of Color #afffd5

%31
%0
%16
%0

Triadic Colors of #afffd5

#afffd5 #d5afff #ffd5af

Analogous Colors of #afffd5

#afffd5 #affffd #b1ffaf

Monochromatic Colors of #afffd5

#afffd5

Complementary Color

#afffd5 #ffafd9

#afffd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffd5 Color CSS Codes

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

#afffd5 Text Font Color

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

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


#afffd5 Background Color

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

This div background color is #afffd5


#afffd5 Border Color

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

This div border color is #afffd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffd5


Comments

No comments written yet.

Please login to write comment.