Color Hex Logo

#afbafd Color Hex

#AFBAFD
(175,186,253)
0 Favorites   0 Comments

Color spaces of #afbafd

RGB 175186253
HSL0.640.950.84
HSV232°31°99°
CMYK 0.310.260.00   0.01
XYZ52.967751.3236100.0433
Yxy51.32360.25920.2512
Hunter Lab71.64056.6039-32.6480
CIE-Lab76.874611.1383-34.3055

#afbafd color RGB value is (175,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11111101
Octal 257 272 375
Decimal 175 186 253
Hex AF BA FD

RGB Percentages of Color #afbafd

%28.50
%30.29
%41.21

CMYK Percentages of Color #afbafd

%31
%26
%0
%1

Triadic Colors of #afbafd

#afbafd #fdafba #bafdaf

Analogous Colors of #afbafd

#afbafd #cbaffd #afe1fd

Monochromatic Colors of #afbafd

#afbafd

Complementary Color

#afbafd #fdf2af

#afbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbafd Color CSS Codes

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

#afbafd Text Font Color

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

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


#afbafd Background Color

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

This div background color is #afbafd


#afbafd Border Color

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

This div border color is #afbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.