Color Hex Logo

#afdcbe Color Hex

#AFDCBE
(175,220,190)
0 Favorites   0 Comments

Color spaces of #afdcbe

RGB 175220190
HSL0.390.390.77
HSV140°20°86°
CMYK 0.200.000.14   0.14
XYZ52.566764.018158.3014
Yxy64.01810.30060.3661
Hunter Lab80.0113-22.746912.8054
CIE-Lab83.9752-20.50869.9647

#afdcbe color RGB value is (175,220,190).

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

The process color (four color CMYK) of #afdcbe color hex is 0.20, 0.00, 0.14, 0.14. Web safe color of #afdcbe is #99cccc. Color #afdcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10111110
Octal 257 334 276
Decimal 175 220 190
Hex AF DC BE

RGB Percentages of Color #afdcbe

%29.91
%37.61
%32.48

CMYK Percentages of Color #afdcbe

%20
%0
%14
%14

Triadic Colors of #afdcbe

#afdcbe #beafdc #dcbeaf

Analogous Colors of #afdcbe

#afdcbe #afdcd5 #b7dcaf

Monochromatic Colors of #afdcbe

#afdcbe

Complementary Color

#afdcbe #dcafcd

#afdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcbe Color CSS Codes

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

#afdcbe Text Font Color

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

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


#afdcbe Background Color

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

This div background color is #afdcbe


#afdcbe Border Color

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

This div border color is #afdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcbe


Comments

No comments written yet.

Please login to write comment.