Color Hex Logo

#afdade Color Hex

#AFDADE
(175,218,222)
0 Favorites   0 Comments

Color spaces of #afdade

RGB 175218222
HSL0.510.420.78
HSV185°21°87°
CMYK 0.210.020.00   0.13
XYZ55.935464.530778.6148
Yxy64.53070.28100.3241
Hunter Lab80.3310-16.2877-1.7916
CIE-Lab84.2413-13.0694-6.5931

#afdade color RGB value is (175,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11011110
Octal 257 332 336
Decimal 175 218 222
Hex AF DA DE

RGB Percentages of Color #afdade

%28.46
%35.45
%36.10

CMYK Percentages of Color #afdade

%21
%2
%0
%13

Triadic Colors of #afdade

#afdade #deafda #dadeaf

Analogous Colors of #afdade

#afdade #afc3de #afdecb

Monochromatic Colors of #afdade

#afdade

Complementary Color

#afdade #deb3af

#afdade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdade Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdade Color CSS Codes

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

#afdade Text Font Color

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

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


#afdade Background Color

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

This div background color is #afdade


#afdade Border Color

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

This div border color is #afdade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdade

#afdade Color Palettes


Comments

No comments written yet.

Please login to write comment.