Color Hex Logo

#afcdf9 Color Hex

#AFCDF9
(175,205,249)
0 Favorites   0 Comments

Color spaces of #afcdf9

RGB 175205249
HSL0.600.860.83
HSV216°30°98°
CMYK 0.300.180.00   0.02
XYZ56.609459.616298.1460
Yxy59.61620.26410.2781
Hunter Lab77.2115-4.2488-21.3173
CIE-Lab81.6291-0.1337-24.8711

#afcdf9 color RGB value is (175,205,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11111001
Octal 257 315 371
Decimal 175 205 249
Hex AF CD F9

RGB Percentages of Color #afcdf9

%27.82
%32.59
%39.59

CMYK Percentages of Color #afcdf9

%30
%18
%0
%2

Triadic Colors of #afcdf9

#afcdf9 #f9afcd #cdf9af

Analogous Colors of #afcdf9

#afcdf9 #b6aff9 #aff2f9

Monochromatic Colors of #afcdf9

#afcdf9

Complementary Color

#afcdf9 #f9dbaf

#afcdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdf9 Color CSS Codes

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

#afcdf9 Text Font Color

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

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


#afcdf9 Background Color

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

This div background color is #afcdf9


#afcdf9 Border Color

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

This div border color is #afcdf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdf9


Comments

No comments written yet.

Please login to write comment.