Color Hex Logo

#afe5bf Color Hex

#AFE5BF
(175,229,191)
0 Favorites   0 Comments

Color spaces of #afe5bf

RGB 175229191
HSL0.380.510.79
HSV138°24°90°
CMYK 0.240.000.17   0.10
XYZ55.102568.914259.6878
Yxy68.91420.30000.3751
Hunter Lab83.0146-26.792715.4805
CIE-Lab86.4615-24.729512.9742

#afe5bf color RGB value is (175,229,191).

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

The process color (four color CMYK) of #afe5bf color hex is 0.24, 0.00, 0.17, 0.10. Web safe color of #afe5bf is #99cccc. Color #afe5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 10111111
Octal 257 345 277
Decimal 175 229 191
Hex AF E5 BF

RGB Percentages of Color #afe5bf

%29.41
%38.49
%32.10

CMYK Percentages of Color #afe5bf

%24
%0
%17
%10

Triadic Colors of #afe5bf

#afe5bf #bfafe5 #e5bfaf

Analogous Colors of #afe5bf

#afe5bf #afe5da #bae5af

Monochromatic Colors of #afe5bf

#afe5bf

Complementary Color

#afe5bf #e5afd5

#afe5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe5bf Color CSS Codes

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

#afe5bf Text Font Color

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

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


#afe5bf Background Color

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

This div background color is #afe5bf


#afe5bf Border Color

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

This div border color is #afe5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe5bf


Comments

No comments written yet.

Please login to write comment.