Color Hex Logo

#afd4fc Color Hex

#AFD4FC
(175,212,252)
0 Favorites   0 Comments

Color spaces of #afd4fc

RGB 175212252
HSL0.590.930.84
HSV211°31°99°
CMYK 0.310.160.00   0.01
XYZ58.793463.2292101.2012
Yxy63.22920.26340.2833
Hunter Lab79.5168-7.1744-19.7968
CIE-Lab83.5628-3.1268-23.5214

#afd4fc color RGB value is (175,212,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 11111100
Octal 257 324 374
Decimal 175 212 252
Hex AF D4 FC

RGB Percentages of Color #afd4fc

%27.39
%33.18
%39.44

CMYK Percentages of Color #afd4fc

%31
%16
%0
%1

Triadic Colors of #afd4fc

#afd4fc #fcafd4 #d4fcaf

Analogous Colors of #afd4fc

#afd4fc #b1affc #affbfc

Monochromatic Colors of #afd4fc

#afd4fc

Complementary Color

#afd4fc #fcd7af

#afd4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd4fc Color CSS Codes

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

#afd4fc Text Font Color

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

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


#afd4fc Background Color

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

This div background color is #afd4fc


#afd4fc Border Color

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

This div border color is #afd4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.