Color Hex Logo

#aff3bd Color Hex

#AFF3BD
(175,243,189)
0 Favorites   0 Comments

Color spaces of #aff3bd

RGB 175243189
HSL0.370.740.82
HSV132°28°95°
CMYK 0.280.000.22   0.05
XYZ58.915176.889359.8801
Yxy76.88930.30110.3929
Hunter Lab87.6865-33.520320.8921
CIE-Lab90.2706-31.746019.3660

#aff3bd color RGB value is (175,243,189).

#aff3bd hex color red value is 175, green value is 243 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aff3bd hue: 0.37 , saturation: 0.74 and the lightness value of aff3bd is 0.82.

The process color (four color CMYK) of #aff3bd color hex is 0.28, 0.00, 0.22, 0.05. Web safe color of #aff3bd is #99ffcc. Color #aff3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 10111101
Octal 257 363 275
Decimal 175 243 189
Hex AF F3 BD

RGB Percentages of Color #aff3bd

%28.83
%40.03
%31.14

CMYK Percentages of Color #aff3bd

%28
%0
%22
%5

Triadic Colors of #aff3bd

#aff3bd #bdaff3 #f3bdaf

Analogous Colors of #aff3bd

#aff3bd #aff3df #c3f3af

Monochromatic Colors of #aff3bd

#aff3bd

Complementary Color

#aff3bd #f3afe5

#aff3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff3bd Color CSS Codes

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

#aff3bd Text Font Color

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

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


#aff3bd Background Color

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

This div background color is #aff3bd


#aff3bd Border Color

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

This div border color is #aff3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff3bd


Comments

No comments written yet.

Please login to write comment.