Color Hex Logo

#afaded Color Hex

#AFADED
(175,173,237)
2 Favorites   0 Comments

Color spaces of #afaded

RGB 175173237
HSL0.670.640.80
HSV242°27°93°
CMYK 0.260.270.00   0.07
XYZ47.908845.115586.3039
Yxy45.11550.26720.2516
Hunter Lab67.16819.7741-29.1638
CIE-Lab72.967914.4376-31.6987

#afaded color RGB value is (175,173,237).

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

The process color (four color CMYK) of #afaded color hex is 0.26, 0.27, 0.00, 0.07. Web safe color of #afaded is #9999ff. Color #afaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11101101
Octal 257 255 355
Decimal 175 173 237
Hex AF AD ED

RGB Percentages of Color #afaded

%29.91
%29.57
%40.51

CMYK Percentages of Color #afaded

%26
%27
%0
%7

Triadic Colors of #afaded

#afaded #edafad #adedaf

Analogous Colors of #afaded

#afaded #cfaded #adcbed

Monochromatic Colors of #afaded

#afaded

Complementary Color

#afaded #ebedad

#afaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaded Color CSS Codes

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

#afaded Text Font Color

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

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


#afaded Background Color

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

This div background color is #afaded


#afaded Border Color

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

This div border color is #afaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaded

#afaded Color Palettes


Comments

No comments written yet.

Please login to write comment.