Color Hex Logo

#afcdfe Color Hex

#AFCDFE
(175,205,254)
0 Favorites   0 Comments

Color spaces of #afcdfe

RGB 175205254
HSL0.600.980.84
HSV217°31°100°
CMYK 0.310.190.00   0.00
XYZ57.399959.9324102.3087
Yxy59.93240.26130.2729
Hunter Lab77.4160-3.1297-24.1631
CIE-Lab81.80141.0727-27.2677

#afcdfe color RGB value is (175,205,254).

#afcdfe hex color red value is 175, green value is 205 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afcdfe hue: 0.60 , saturation: 0.98 and the lightness value of afcdfe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11111110
Octal 257 315 376
Decimal 175 205 254
Hex AF CD FE

RGB Percentages of Color #afcdfe

%27.60
%32.33
%40.06

CMYK Percentages of Color #afcdfe

%31
%19
%0
%0

Triadic Colors of #afcdfe

#afcdfe #feafcd #cdfeaf

Analogous Colors of #afcdfe

#afcdfe #b9affe #aff5fe

Monochromatic Colors of #afcdfe

#afcdfe

Complementary Color

#afcdfe #fee0af

#afcdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdfe Color CSS Codes

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

#afcdfe Text Font Color

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

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


#afcdfe Background Color

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

This div background color is #afcdfe


#afcdfe Border Color

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

This div border color is #afcdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdfe


Comments

No comments written yet.

Please login to write comment.