Color Hex Logo

#afe6be Color Hex

#AFE6BE
(175,230,190)
0 Favorites   0 Comments

Color spaces of #afe6be

RGB 175230190
HSL0.380.520.79
HSV136°24°90°
CMYK 0.240.000.17   0.10
XYZ55.270369.425359.2026
Yxy69.42530.30050.3775
Hunter Lab83.3218-27.407916.1980
CIE-Lab86.7142-25.395813.8546

#afe6be color RGB value is (175,230,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 10111110
Octal 257 346 276
Decimal 175 230 190
Hex AF E6 BE

RGB Percentages of Color #afe6be

%29.41
%38.66
%31.93

CMYK Percentages of Color #afe6be

%24
%0
%17
%10

Triadic Colors of #afe6be

#afe6be #beafe6 #e6beaf

Analogous Colors of #afe6be

#afe6be #afe6da #bce6af

Monochromatic Colors of #afe6be

#afe6be

Complementary Color

#afe6be #e6afd7

#afe6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe6be Color CSS Codes

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

#afe6be Text Font Color

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

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


#afe6be Background Color

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

This div background color is #afe6be


#afe6be Border Color

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

This div border color is #afe6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe6be


Comments

No comments written yet.

Please login to write comment.