Color Hex Logo

#afdbfc Color Hex

#AFDBFC
(175,219,252)
0 Favorites   0 Comments

Color spaces of #afdbfc

RGB 175219252
HSL0.570.930.84
HSV206°31°99°
CMYK 0.310.130.00   0.01
XYZ60.581466.8053101.7972
Yxy66.80530.26430.2915
Hunter Lab81.7345-10.7317-16.6293
CIE-Lab85.4055-6.7938-20.7267

#afdbfc color RGB value is (175,219,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11111100
Octal 257 333 374
Decimal 175 219 252
Hex AF DB FC

RGB Percentages of Color #afdbfc

%27.09
%33.90
%39.01

CMYK Percentages of Color #afdbfc

%31
%13
%0
%1

Triadic Colors of #afdbfc

#afdbfc #fcafdb #dbfcaf

Analogous Colors of #afdbfc

#afdbfc #afb5fc #affcf7

Monochromatic Colors of #afdbfc

#afdbfc

Complementary Color

#afdbfc #fcd0af

#afdbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbfc Color CSS Codes

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

#afdbfc Text Font Color

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

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


#afdbfc Background Color

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

This div background color is #afdbfc


#afdbfc Border Color

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

This div border color is #afdbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbfc


Comments

No comments written yet.

Please login to write comment.