Color Hex Logo

#af8dee Color Hex

#AF8DEE
(175,141,238)
0 Favorites   0 Comments

Color spaces of #af8dee

RGB 175141238
HSL0.730.740.74
HSV261°41°93°
CMYK 0.260.410.00   0.07
XYZ42.636734.336885.2694
Yxy34.33680.26280.2116
Hunter Lab58.597627.3341-45.2586
CIE-Lab65.229032.6277-44.2991

#af8dee color RGB value is (175,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001101 11101110
Octal 257 215 356
Decimal 175 141 238
Hex AF 8D EE

RGB Percentages of Color #af8dee

%31.59
%25.45
%42.96

CMYK Percentages of Color #af8dee

%26
%41
%0
%7

Triadic Colors of #af8dee

#af8dee #eeaf8d #8deeaf

Analogous Colors of #af8dee

#af8dee #e08dee #8d9cee

Monochromatic Colors of #af8dee

#af8dee

Complementary Color

#af8dee #ccee8d

#af8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8dee Color CSS Codes

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

#af8dee Text Font Color

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

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


#af8dee Background Color

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

This div background color is #af8dee


#af8dee Border Color

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

This div border color is #af8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8dee


Comments

No comments written yet.

Please login to write comment.