Color Hex Logo

#afdadb Color Hex

#AFDADB
(175,218,219)
0 Favorites   0 Comments

Color spaces of #afdadb

RGB 175218219
HSL0.500.380.77
HSV181°20°86°
CMYK 0.200.000.00   0.14
XYZ55.536864.371276.5156
Yxy64.37120.28270.3277
Hunter Lab80.2317-16.8467-0.3817
CIE-Lab84.1587-13.7108-5.1242

#afdadb color RGB value is (175,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11011011
Octal 257 332 333
Decimal 175 218 219
Hex AF DA DB

RGB Percentages of Color #afdadb

%28.59
%35.62
%35.78

CMYK Percentages of Color #afdadb

%20
%0
%0
%14

Triadic Colors of #afdadb

#afdadb #dbafda #dadbaf

Analogous Colors of #afdadb

#afdadb #afc4db #afdbc6

Monochromatic Colors of #afdadb

#afdadb

Complementary Color

#afdadb #dbb0af

#afdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdadb Color CSS Codes

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

#afdadb Text Font Color

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

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


#afdadb Background Color

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

This div background color is #afdadb


#afdadb Border Color

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

This div border color is #afdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdadb


Comments

No comments written yet.

Please login to write comment.