Color Hex Logo

#afe3bd Color Hex

#AFE3BD
(175,227,189)
0 Favorites   0 Comments

Color spaces of #afe3bd

RGB 175227189
HSL0.380.480.79
HSV136°23°89°
CMYK 0.230.000.17   0.11
XYZ54.333667.726358.3529
Yxy67.72630.30120.3754
Hunter Lab82.2960-26.168415.5669
CIE-Lab85.8694-24.125513.1828

#afe3bd color RGB value is (175,227,189).

#afe3bd hex color red value is 175, green value is 227 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afe3bd hue: 0.38 , saturation: 0.48 and the lightness value of afe3bd is 0.79.

The process color (four color CMYK) of #afe3bd color hex is 0.23, 0.00, 0.17, 0.11. Web safe color of #afe3bd is #99cccc. Color #afe3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 10111101
Octal 257 343 275
Decimal 175 227 189
Hex AF E3 BD

RGB Percentages of Color #afe3bd

%29.61
%38.41
%31.98

CMYK Percentages of Color #afe3bd

%23
%0
%17
%11

Triadic Colors of #afe3bd

#afe3bd #bdafe3 #e3bdaf

Analogous Colors of #afe3bd

#afe3bd #afe3d7 #bbe3af

Monochromatic Colors of #afe3bd

#afe3bd

Complementary Color

#afe3bd #e3afd5

#afe3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe3bd Color CSS Codes

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

#afe3bd Text Font Color

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

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


#afe3bd Background Color

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

This div background color is #afe3bd


#afe3bd Border Color

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

This div border color is #afe3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe3bd


Comments

No comments written yet.

Please login to write comment.