Color Hex Logo

#af9dee Color Hex

#AF9DEE
(175,157,238)
0 Favorites   0 Comments

Color spaces of #af9dee

RGB 175157238
HSL0.700.700.77
HSV253°34°93°
CMYK 0.260.340.00   0.07
XYZ45.168839.400986.1134
Yxy39.40090.26460.2308
Hunter Lab62.770118.5992-37.4000
CIE-Lab69.040723.6299-38.3335

#af9dee color RGB value is (175,157,238).

#af9dee hex color red value is 175, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #af9dee hue: 0.70 , saturation: 0.70 and the lightness value of af9dee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 11101110
Octal 257 235 356
Decimal 175 157 238
Hex AF 9D EE

RGB Percentages of Color #af9dee

%30.70
%27.54
%41.75

CMYK Percentages of Color #af9dee

%26
%34
%0
%7

Triadic Colors of #af9dee

#af9dee #eeaf9d #9deeaf

Analogous Colors of #af9dee

#af9dee #d89dee #9db4ee

Monochromatic Colors of #af9dee

#af9dee

Complementary Color

#af9dee #dcee9d

#af9dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9dee Color CSS Codes

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

#af9dee Text Font Color

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

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


#af9dee Background Color

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

This div background color is #af9dee


#af9dee Border Color

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

This div border color is #af9dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9dee


Comments

No comments written yet.

Please login to write comment.