Color Hex Logo

#af8ced Color Hex

#AF8CED
(175,140,237)
0 Favorites   0 Comments

Color spaces of #af8ced

RGB 175140237
HSL0.730.730.74
HSV262°41°93°
CMYK 0.260.410.00   0.07
XYZ42.343333.984684.4487
Yxy33.98460.26340.2114
Hunter Lab58.296327.6342-45.0807
CIE-Lab64.950332.9489-44.1862

#af8ced color RGB value is (175,140,237).

#af8ced hex color red value is 175, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af8ced hue: 0.73 , saturation: 0.73 and the lightness value of af8ced is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001100 11101101
Octal 257 214 355
Decimal 175 140 237
Hex AF 8C ED

RGB Percentages of Color #af8ced

%31.70
%25.36
%42.93

CMYK Percentages of Color #af8ced

%26
%41
%0
%7

Triadic Colors of #af8ced

#af8ced #edaf8c #8cedaf

Analogous Colors of #af8ced

#af8ced #e08ced #8c9aed

Monochromatic Colors of #af8ced

#af8ced

Complementary Color

#af8ced #caed8c

#af8ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8ced Color CSS Codes

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

#af8ced Text Font Color

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

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


#af8ced Background Color

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

This div background color is #af8ced


#af8ced Border Color

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

This div border color is #af8ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8ced


Comments

No comments written yet.

Please login to write comment.