Color Hex Logo

#afcdfa Color Hex

#AFCDFA
(175,205,250)
0 Favorites   0 Comments

Color spaces of #afcdfa

RGB 175205250
HSL0.600.880.83
HSV216°30°98°
CMYK 0.300.180.00   0.02
XYZ56.765859.678798.9697
Yxy59.67870.26350.2770
Hunter Lab77.2520-4.0268-21.8817
CIE-Lab81.66320.1063-25.3513

#afcdfa color RGB value is (175,205,250).

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

The process color (four color CMYK) of #afcdfa color hex is 0.30, 0.18, 0.00, 0.02. Web safe color of #afcdfa is #99ccff. Color #afcdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11111010
Octal 257 315 372
Decimal 175 205 250
Hex AF CD FA

RGB Percentages of Color #afcdfa

%27.78
%32.54
%39.68

CMYK Percentages of Color #afcdfa

%30
%18
%0
%2

Triadic Colors of #afcdfa

#afcdfa #faafcd #cdfaaf

Analogous Colors of #afcdfa

#afcdfa #b7affa #aff3fa

Monochromatic Colors of #afcdfa

#afcdfa

Complementary Color

#afcdfa #fadcaf

#afcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdfa Color CSS Codes

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

#afcdfa Text Font Color

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

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


#afcdfa Background Color

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

This div background color is #afcdfa


#afcdfa Border Color

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

This div border color is #afcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdfa


Comments

No comments written yet.

Please login to write comment.