Color Hex Logo

#afdbc2 Color Hex

#AFDBC2
(175,219,194)
0 Favorites   0 Comments

Color spaces of #afdbc2

RGB 175219194
HSL0.410.380.77
HSV146°20°86°
CMYK 0.200.000.11   0.14
XYZ52.748363.672060.5487
Yxy63.67200.29810.3598
Hunter Lab79.7947-21.643410.8667
CIE-Lab83.7947-19.25857.5930

#afdbc2 color RGB value is (175,219,194).

#afdbc2 hex color red value is 175, green value is 219 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #afdbc2 hue: 0.41 , saturation: 0.38 and the lightness value of afdbc2 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11000010
Octal 257 333 302
Decimal 175 219 194
Hex AF DB C2

RGB Percentages of Color #afdbc2

%29.76
%37.24
%32.99

CMYK Percentages of Color #afdbc2

%20
%0
%11
%14

Triadic Colors of #afdbc2

#afdbc2 #c2afdb #dbc2af

Analogous Colors of #afdbc2

#afdbc2 #afdbd8 #b2dbaf

Monochromatic Colors of #afdbc2

#afdbc2

Complementary Color

#afdbc2 #dbafc8

#afdbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbc2 Color CSS Codes

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

#afdbc2 Text Font Color

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

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


#afdbc2 Background Color

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

This div background color is #afdbc2


#afdbc2 Border Color

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

This div border color is #afdbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbc2


Comments

No comments written yet.

Please login to write comment.