Color Hex Logo

#afafeb Color Hex

#AFAFEB
(175,175,235)
0 Favorites   0 Comments

Color spaces of #afafeb

RGB 175175235
HSL0.670.600.80
HSV240°26°92°
CMYK 0.260.260.00   0.08
XYZ48.004645.772184.9020
Yxy45.77210.26870.2562
Hunter Lab67.65518.2581-27.0459
CIE-Lab73.397412.8513-29.9505

#afafeb color RGB value is (175,175,235).

#afafeb hex color red value is 175, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afafeb hue: 0.67 , saturation: 0.60 and the lightness value of afafeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11101011
Octal 257 257 353
Decimal 175 175 235
Hex AF AF EB

RGB Percentages of Color #afafeb

%29.91
%29.91
%40.17

CMYK Percentages of Color #afafeb

%26
%26
%0
%8

Triadic Colors of #afafeb

#afafeb #ebafaf #afebaf

Analogous Colors of #afafeb

#afafeb #cdafeb #afcdeb

Monochromatic Colors of #afafeb

#afafeb

Complementary Color

#afafeb #ebebaf

#afafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafeb Color CSS Codes

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

#afafeb Text Font Color

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

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


#afafeb Background Color

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

This div background color is #afafeb


#afafeb Border Color

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

This div border color is #afafeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,175,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afafeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafeb


Comments

No comments written yet.

Please login to write comment.