Color Hex Logo

#afbdff Color Hex

#AFBDFF
(175,189,255)
0 Favorites   0 Comments

Color spaces of #afbdff

RGB 175189255
HSL0.641.000.84
HSV230°31°100°
CMYK 0.310.260.00   0.00
XYZ53.926852.7292101.9432
Yxy52.72920.25850.2528
Hunter Lab72.61495.4854-32.4061
CIE-Lab77.71489.9853-34.0800

#afbdff color RGB value is (175,189,255).

#afbdff hex color red value is 175, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afbdff hue: 0.64 , saturation: 1.00 and the lightness value of afbdff is 0.84.

The process color (four color CMYK) of #afbdff color hex is 0.31, 0.26, 0.00, 0.00. Web safe color of #afbdff is #99ccff. Color #afbdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11111111
Octal 257 275 377
Decimal 175 189 255
Hex AF BD FF

RGB Percentages of Color #afbdff

%28.27
%30.53
%41.20

CMYK Percentages of Color #afbdff

%31
%26
%0
%0

Triadic Colors of #afbdff

#afbdff #ffafbd #bdffaf

Analogous Colors of #afbdff

#afbdff #c9afff #afe5ff

Monochromatic Colors of #afbdff

#afbdff

Complementary Color

#afbdff #fff1af

#afbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdff Color CSS Codes

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

#afbdff Text Font Color

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

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


#afbdff Background Color

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

This div background color is #afbdff


#afbdff Border Color

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

This div border color is #afbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdff

Related Colors


Comments

No comments written yet.

Please login to write comment.