Color Hex Logo

#afadef Color Hex

#AFADEF
(175,173,239)
0 Favorites   0 Comments

Color spaces of #afadef

RGB 175173239
HSL0.670.670.81
HSV242°28°94°
CMYK 0.270.280.00   0.06
XYZ48.202845.233187.8517
Yxy45.23310.26590.2495
Hunter Lab67.255610.2357-30.3679
CIE-Lab73.045114.9170-32.6655

#afadef color RGB value is (175,173,239).

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

The process color (four color CMYK) of #afadef color hex is 0.27, 0.28, 0.00, 0.06. Web safe color of #afadef is #9999ff. Color #afadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11101111
Octal 257 255 357
Decimal 175 173 239
Hex AF AD EF

RGB Percentages of Color #afadef

%29.81
%29.47
%40.72

CMYK Percentages of Color #afadef

%27
%28
%0
%6

Triadic Colors of #afadef

#afadef #efafad #adefaf

Analogous Colors of #afadef

#afadef #d0adef #adccef

Monochromatic Colors of #afadef

#afadef

Complementary Color

#afadef #edefad

#afadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadef Color CSS Codes

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

#afadef Text Font Color

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

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


#afadef Background Color

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

This div background color is #afadef


#afadef Border Color

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

This div border color is #afadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadef


Comments

No comments written yet.

Please login to write comment.