Color Hex Logo

#afdffc Color Hex

#AFDFFC
(175,223,252)
0 Favorites   0 Comments

Color spaces of #afdffc

RGB 175223252
HSL0.560.930.84
HSV203°31°99°
CMYK 0.310.120.00   0.01
XYZ61.637668.9176102.1492
Yxy68.91760.26490.2962
Hunter Lab83.0166-12.7477-14.8427
CIE-Lab86.4632-8.8666-19.1283

#afdffc color RGB value is (175,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11111100
Octal 257 337 374
Decimal 175 223 252
Hex AF DF FC

RGB Percentages of Color #afdffc

%26.92
%34.31
%38.77

CMYK Percentages of Color #afdffc

%31
%12
%0
%1

Triadic Colors of #afdffc

#afdffc #fcafdf #dffcaf

Analogous Colors of #afdffc

#afdffc #afb9fc #affcf3

Monochromatic Colors of #afdffc

#afdffc

Complementary Color

#afdffc #fcccaf

#afdffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdffc Color CSS Codes

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

#afdffc Text Font Color

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

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


#afdffc Background Color

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

This div background color is #afdffc


#afdffc Border Color

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

This div border color is #afdffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdffc

Related Colors


Comments

No comments written yet.

Please login to write comment.