Color Hex Logo

#afaddb Color Hex

#AFADDB
(175,173,219)
0 Favorites   0 Comments

Color spaces of #afaddb

RGB 175173219
HSL0.670.390.77
HSV243°21°86°
CMYK 0.200.210.00   0.14
XYZ45.408944.115673.1397
Yxy44.11560.27920.2712
Hunter Lab66.41965.8004-18.7951
CIE-Lab72.305710.2467-22.9059

#afaddb color RGB value is (175,173,219).

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

The process color (four color CMYK) of #afaddb color hex is 0.20, 0.21, 0.00, 0.14. Web safe color of #afaddb is #9999cc. Color #afaddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11011011
Octal 257 255 333
Decimal 175 173 219
Hex AF AD DB

RGB Percentages of Color #afaddb

%30.86
%30.51
%38.62

CMYK Percentages of Color #afaddb

%20
%21
%0
%14

Triadic Colors of #afaddb

#afaddb #dbafad #addbaf

Analogous Colors of #afaddb

#afaddb #c6addb #adc2db

Monochromatic Colors of #afaddb

#afaddb

Complementary Color

#afaddb #d9dbad

#afaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaddb Color CSS Codes

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

#afaddb Text Font Color

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

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


#afaddb Background Color

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

This div background color is #afaddb


#afaddb Border Color

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

This div border color is #afaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaddb


Comments

No comments written yet.

Please login to write comment.