Color Hex Logo

#afdaca Color Hex

#AFDACA
(175,218,202)
0 Favorites   0 Comments

Color spaces of #afdaca

RGB 175218202
HSL0.440.370.77
HSV158°20°85°
CMYK 0.200.000.07   0.15
XYZ53.411363.521065.3228
Yxy63.52100.29310.3485
Hunter Lab79.7001-19.85277.1955
CIE-Lab83.7158-17.20393.2432

#afdaca color RGB value is (175,218,202).

#afdaca hex color red value is 175, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afdaca hue: 0.44 , saturation: 0.37 and the lightness value of afdaca is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11001010
Octal 257 332 312
Decimal 175 218 202
Hex AF DA CA

RGB Percentages of Color #afdaca

%29.41
%36.64
%33.95

CMYK Percentages of Color #afdaca

%20
%0
%7
%15

Triadic Colors of #afdaca

#afdaca #caafda #dacaaf

Analogous Colors of #afdaca

#afdaca #afd5da #afdab5

Monochromatic Colors of #afdaca

#afdaca

Complementary Color

#afdaca #daafbf

#afdaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaca Color CSS Codes

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

#afdaca Text Font Color

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

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


#afdaca Background Color

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

This div background color is #afdaca


#afdaca Border Color

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

This div border color is #afdaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaca


Comments

No comments written yet.

Please login to write comment.