Color Hex Logo

#afdfbe Color Hex

#AFDFBE
(175,223,190)
0 Favorites   0 Comments

Color spaces of #afdfbe

RGB 175223190
HSL0.390.430.78
HSV139°22°87°
CMYK 0.220.000.15   0.13
XYZ53.361165.607058.5662
Yxy65.60700.30060.3695
Hunter Lab80.9981-24.152013.8287
CIE-Lab84.7956-21.987511.1336

#afdfbe color RGB value is (175,223,190).

#afdfbe hex color red value is 175, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #afdfbe hue: 0.39 , saturation: 0.43 and the lightness value of afdfbe is 0.78.

The process color (four color CMYK) of #afdfbe color hex is 0.22, 0.00, 0.15, 0.13. Web safe color of #afdfbe is #99cccc. Color #afdfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10111110
Octal 257 337 276
Decimal 175 223 190
Hex AF DF BE

RGB Percentages of Color #afdfbe

%29.76
%37.93
%32.31

CMYK Percentages of Color #afdfbe

%22
%0
%15
%13

Triadic Colors of #afdfbe

#afdfbe #beafdf #dfbeaf

Analogous Colors of #afdfbe

#afdfbe #afdfd6 #b8dfaf

Monochromatic Colors of #afdfbe

#afdfbe

Complementary Color

#afdfbe #dfafd0

#afdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfbe Color CSS Codes

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

#afdfbe Text Font Color

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

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


#afdfbe Background Color

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

This div background color is #afdfbe


#afdfbe Border Color

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

This div border color is #afdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfbe


Comments

No comments written yet.

Please login to write comment.