Color Hex Logo

#afdbc1 Color Hex

#AFDBC1
(175,219,193)
0 Favorites   0 Comments

Color spaces of #afdbc1

RGB 175219193
HSL0.400.380.77
HSV145°20°86°
CMYK 0.200.000.12   0.14
XYZ52.636463.627359.9591
Yxy63.62730.29870.3611
Hunter Lab79.7667-21.803311.2696
CIE-Lab83.7713-19.44868.0883

#afdbc1 color RGB value is (175,219,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11000001
Octal 257 333 301
Decimal 175 219 193
Hex AF DB C1

RGB Percentages of Color #afdbc1

%29.81
%37.31
%32.88

CMYK Percentages of Color #afdbc1

%20
%0
%12
%14

Triadic Colors of #afdbc1

#afdbc1 #c1afdb #dbc1af

Analogous Colors of #afdbc1

#afdbc1 #afdbd7 #b3dbaf

Monochromatic Colors of #afdbc1

#afdbc1

Complementary Color

#afdbc1 #dbafc9

#afdbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbc1 Color CSS Codes

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

#afdbc1 Text Font Color

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

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


#afdbc1 Background Color

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

This div background color is #afdbc1


#afdbc1 Border Color

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

This div border color is #afdbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbc1


Comments

No comments written yet.

Please login to write comment.