Color Hex Logo

#afafee Color Hex

#AFAFEE
(175,175,238)
0 Favorites   0 Comments

Color spaces of #afafee

RGB 175175238
HSL0.670.650.81
HSV240°26°93°
CMYK 0.260.260.00   0.07
XYZ48.441845.947087.2044
Yxy45.94700.26680.2530
Hunter Lab67.78428.9421-28.8276
CIE-Lab73.511113.5663-31.4036

#afafee color RGB value is (175,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11101110
Octal 257 257 356
Decimal 175 175 238
Hex AF AF EE

RGB Percentages of Color #afafee

%29.76
%29.76
%40.48

CMYK Percentages of Color #afafee

%26
%26
%0
%7

Triadic Colors of #afafee

#afafee #eeafaf #afeeaf

Analogous Colors of #afafee

#afafee #cfafee #afcfee

Monochromatic Colors of #afafee

#afafee

Complementary Color

#afafee #eeeeaf

#afafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafee Color CSS Codes

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

#afafee Text Font Color

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

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


#afafee Background Color

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

This div background color is #afafee


#afafee Border Color

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

This div border color is #afafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafee


Comments

No comments written yet.

Please login to write comment.