Color Hex Logo

#afbbfd Color Hex

#AFBBFD
(175,187,253)
0 Favorites   0 Comments

Color spaces of #afbbfd

RGB 175187253
HSL0.640.950.84
HSV231°31°99°
CMYK 0.310.260.00   0.01
XYZ53.179151.7465100.1137
Yxy51.74650.25940.2524
Hunter Lab71.93506.0726-32.1608
CIE-Lab77.129010.5885-33.9125

#afbbfd color RGB value is (175,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11111101
Octal 257 273 375
Decimal 175 187 253
Hex AF BB FD

RGB Percentages of Color #afbbfd

%28.46
%30.41
%41.14

CMYK Percentages of Color #afbbfd

%31
%26
%0
%1

Triadic Colors of #afbbfd

#afbbfd #fdafbb #bbfdaf

Analogous Colors of #afbbfd

#afbbfd #caaffd #afe2fd

Monochromatic Colors of #afbbfd

#afbbfd

Complementary Color

#afbbfd #fdf1af

#afbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbfd Color CSS Codes

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

#afbbfd Text Font Color

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

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


#afbbfd Background Color

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

This div background color is #afbbfd


#afbbfd Border Color

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

This div border color is #afbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbfd


Comments

No comments written yet.

Please login to write comment.