Color Hex Logo

#afdadd Color Hex

#AFDADD
(175,218,221)
0 Favorites   0 Comments

Color spaces of #afdadd

RGB 175218221
HSL0.510.400.78
HSV184°21°87°
CMYK 0.210.010.00   0.13
XYZ55.801764.477277.9109
Yxy64.47720.28160.3253
Hunter Lab80.2977-16.4750-1.3193
CIE-Lab84.2136-13.2841-6.1038

#afdadd color RGB value is (175,218,221).

#afdadd hex color red value is 175, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afdadd hue: 0.51 , saturation: 0.40 and the lightness value of afdadd is 0.78.

The process color (four color CMYK) of #afdadd color hex is 0.21, 0.01, 0.00, 0.13. Web safe color of #afdadd is #99cccc. Color #afdadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11011101
Octal 257 332 335
Decimal 175 218 221
Hex AF DA DD

RGB Percentages of Color #afdadd

%28.50
%35.50
%35.99

CMYK Percentages of Color #afdadd

%21
%1
%0
%13

Triadic Colors of #afdadd

#afdadd #ddafda #daddaf

Analogous Colors of #afdadd

#afdadd #afc3dd #afddc9

Monochromatic Colors of #afdadd

#afdadd

Complementary Color

#afdadd #ddb2af

#afdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdadd Color CSS Codes

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

#afdadd Text Font Color

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

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


#afdadd Background Color

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

This div background color is #afdadd


#afdadd Border Color

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

This div border color is #afdadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdadd


Comments

No comments written yet.

Please login to write comment.