Color Hex Logo

#afadee Color Hex

#AFADEE
(175,173,238)
0 Favorites   0 Comments

Color spaces of #afadee

RGB 175173238
HSL0.670.660.81
HSV242°27°93°
CMYK 0.260.270.00   0.07
XYZ48.055445.174187.0756
Yxy45.17410.26650.2505
Hunter Lab67.211710.0045-29.7645
CIE-Lab73.006414.6771-32.1824

#afadee color RGB value is (175,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11101110
Octal 257 255 356
Decimal 175 173 238
Hex AF AD EE

RGB Percentages of Color #afadee

%29.86
%29.52
%40.61

CMYK Percentages of Color #afadee

%26
%27
%0
%7

Triadic Colors of #afadee

#afadee #eeafad #adeeaf

Analogous Colors of #afadee

#afadee #d0adee #adccee

Monochromatic Colors of #afadee

#afadee

Complementary Color

#afadee #eceead

#afadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadee Color CSS Codes

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

#afadee Text Font Color

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

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


#afadee Background Color

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

This div background color is #afadee


#afadee Border Color

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

This div border color is #afadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadee


Comments

No comments written yet.

Please login to write comment.