Color Hex Logo

#afbdfc Color Hex

#AFBDFC
(175,189,252)
0 Favorites   0 Comments

Color spaces of #afbdfc

RGB 175189252
HSL0.640.930.84
HSV229°31°99°
CMYK 0.310.250.00   0.01
XYZ53.447552.537499.4192
Yxy52.53740.26020.2558
Hunter Lab72.48274.7782-30.5859
CIE-Lab77.60119.2457-32.6479

#afbdfc color RGB value is (175,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11111100
Octal 257 275 374
Decimal 175 189 252
Hex AF BD FC

RGB Percentages of Color #afbdfc

%28.41
%30.68
%40.91

CMYK Percentages of Color #afbdfc

%31
%25
%0
%1

Triadic Colors of #afbdfc

#afbdfc #fcafbd #bdfcaf

Analogous Colors of #afbdfc

#afbdfc #c8affc #afe4fc

Monochromatic Colors of #afbdfc

#afbdfc

Complementary Color

#afbdfc #fceeaf

#afbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdfc Color CSS Codes

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

#afbdfc Text Font Color

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

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


#afbdfc Background Color

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

This div background color is #afbdfc


#afbdfc Border Color

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

This div border color is #afbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.