Color Hex Logo

#afe8be Color Hex

#AFE8BE
(175,232,190)
0 Favorites   0 Comments

Color spaces of #afe8be

RGB 175232190
HSL0.380.550.80
HSV136°25°91°
CMYK 0.250.000.18   0.09
XYZ55.830170.544959.3892
Yxy70.54490.30050.3798
Hunter Lab83.9910-28.332616.8703
CIE-Lab87.2634-26.358814.6302

#afe8be color RGB value is (175,232,190).

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

The process color (four color CMYK) of #afe8be color hex is 0.25, 0.00, 0.18, 0.09. Web safe color of #afe8be is #99ffcc. Color #afe8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 10111110
Octal 257 350 276
Decimal 175 232 190
Hex AF E8 BE

RGB Percentages of Color #afe8be

%29.31
%38.86
%31.83

CMYK Percentages of Color #afe8be

%25
%0
%18
%9

Triadic Colors of #afe8be

#afe8be #beafe8 #e8beaf

Analogous Colors of #afe8be

#afe8be #afe8db #bde8af

Monochromatic Colors of #afe8be

#afe8be

Complementary Color

#afe8be #e8afd9

#afe8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe8be Color CSS Codes

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

#afe8be Text Font Color

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

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


#afe8be Background Color

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

This div background color is #afe8be


#afe8be Border Color

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

This div border color is #afe8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe8be


Comments

No comments written yet.

Please login to write comment.