Color Hex Logo

#afe4be Color Hex

#AFE4BE
(175,228,190)
0 Favorites   0 Comments

Color spaces of #afe4be

RGB 175228190
HSL0.380.500.79
HSV137°23°89°
CMYK 0.230.000.17   0.11
XYZ54.716968.318559.0181
Yxy68.31850.30060.3753
Hunter Lab82.6550-26.480815.5237
CIE-Lab86.1655-24.428013.0782

#afe4be color RGB value is (175,228,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 10111110
Octal 257 344 276
Decimal 175 228 190
Hex AF E4 BE

RGB Percentages of Color #afe4be

%29.51
%38.45
%32.04

CMYK Percentages of Color #afe4be

%23
%0
%17
%11

Triadic Colors of #afe4be

#afe4be #beafe4 #e4beaf

Analogous Colors of #afe4be

#afe4be #afe4d9 #bbe4af

Monochromatic Colors of #afe4be

#afe4be

Complementary Color

#afe4be #e4afd5

#afe4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe4be Color CSS Codes

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

#afe4be Text Font Color

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

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


#afe4be Background Color

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

This div background color is #afe4be


#afe4be Border Color

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

This div border color is #afe4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe4be


Comments

No comments written yet.

Please login to write comment.