Color Hex Logo

#afbdde Color Hex

#AFBDDE
(175,189,222)
0 Favorites   0 Comments

Color spaces of #afbdde

RGB 175189222
HSL0.620.420.78
HSV222°21°87°
CMYK 0.210.150.00   0.13
XYZ49.061650.783176.3235
Yxy50.78310.27850.2883
Hunter Lab71.2623-1.8179-13.6174
CIE-Lab76.54742.1749-18.0981

#afbdde color RGB value is (175,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11011110
Octal 257 275 336
Decimal 175 189 222
Hex AF BD DE

RGB Percentages of Color #afbdde

%29.86
%32.25
%37.88

CMYK Percentages of Color #afbdde

%21
%15
%0
%13

Triadic Colors of #afbdde

#afbdde #deafbd #bddeaf

Analogous Colors of #afbdde

#afbdde #b9afde #afd5de

Monochromatic Colors of #afbdde

#afbdde

Complementary Color

#afbdde #ded0af

#afbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdde Color CSS Codes

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

#afbdde Text Font Color

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

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


#afbdde Background Color

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

This div background color is #afbdde


#afbdde Border Color

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

This div border color is #afbdde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,189,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 #afbdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdde


Comments

No comments written yet.

Please login to write comment.