Color Hex Logo

#afa3ee Color Hex

#AFA3EE
(175,163,238)
0 Favorites   0 Comments

Color spaces of #afa3ee

RGB 175163238
HSL0.690.690.79
HSV250°32°93°
CMYK 0.260.320.00   0.07
XYZ46.209041.481486.4602
Yxy41.48140.26530.2382
Hunter Lab64.406115.3567-34.5080
CIE-Lab70.511920.2610-36.0449

#afa3ee color RGB value is (175,163,238).

#afa3ee hex color red value is 175, green value is 163 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #afa3ee hue: 0.69 , saturation: 0.69 and the lightness value of afa3ee is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 11101110
Octal 257 243 356
Decimal 175 163 238
Hex AF A3 EE

RGB Percentages of Color #afa3ee

%30.38
%28.30
%41.32

CMYK Percentages of Color #afa3ee

%26
%32
%0
%7

Triadic Colors of #afa3ee

#afa3ee #eeafa3 #a3eeaf

Analogous Colors of #afa3ee

#afa3ee #d5a3ee #a3bdee

Monochromatic Colors of #afa3ee

#afa3ee

Complementary Color

#afa3ee #e2eea3

#afa3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa3ee Color CSS Codes

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

#afa3ee Text Font Color

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

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


#afa3ee Background Color

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

This div background color is #afa3ee


#afa3ee Border Color

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

This div border color is #afa3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa3ee


Comments

No comments written yet.

Please login to write comment.