Color Hex Logo

#afe2bf Color Hex

#AFE2BF
(175,226,191)
0 Favorites   0 Comments

Color spaces of #afe2bf

RGB 175226191
HSL0.390.470.79
HSV139°23°89°
CMYK 0.230.000.15   0.11
XYZ54.279567.268359.4135
Yxy67.26830.30000.3717
Hunter Lab82.0173-25.397814.4623
CIE-Lab85.6393-23.271211.8076

#afe2bf color RGB value is (175,226,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 10111111
Octal 257 342 277
Decimal 175 226 191
Hex AF E2 BF

RGB Percentages of Color #afe2bf

%29.56
%38.18
%32.26

CMYK Percentages of Color #afe2bf

%23
%0
%15
%11

Triadic Colors of #afe2bf

#afe2bf #bfafe2 #e2bfaf

Analogous Colors of #afe2bf

#afe2bf #afe2d9 #b9e2af

Monochromatic Colors of #afe2bf

#afe2bf

Complementary Color

#afe2bf #e2afd2

#afe2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe2bf Color CSS Codes

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

#afe2bf Text Font Color

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

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


#afe2bf Background Color

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

This div background color is #afe2bf


#afe2bf Border Color

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

This div border color is #afe2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe2bf


Comments

No comments written yet.

Please login to write comment.