Color Hex Logo

#afabed Color Hex

#AFABED
(175,171,237)
0 Favorites   0 Comments

Color spaces of #afabed

RGB 175171237
HSL0.680.650.80
HSV244°28°93°
CMYK 0.260.280.00   0.07
XYZ47.528244.354286.1770
Yxy44.35420.26690.2491
Hunter Lab66.598910.8380-30.1002
CIE-Lab72.464615.5504-32.4757

#afabed color RGB value is (175,171,237).

#afabed hex color red value is 175, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afabed hue: 0.68 , saturation: 0.65 and the lightness value of afabed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11101101
Octal 257 253 355
Decimal 175 171 237
Hex AF AB ED

RGB Percentages of Color #afabed

%30.02
%29.33
%40.65

CMYK Percentages of Color #afabed

%26
%28
%0
%7

Triadic Colors of #afabed

#afabed #edafab #abedaf

Analogous Colors of #afabed

#afabed #d0abed #abc8ed

Monochromatic Colors of #afabed

#afabed

Complementary Color

#afabed #e9edab

#afabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabed Color CSS Codes

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

#afabed Text Font Color

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

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


#afabed Background Color

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

This div background color is #afabed


#afabed Border Color

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

This div border color is #afabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabed


Comments

No comments written yet.

Please login to write comment.