Color Hex Logo

#afcfdf Color Hex

#AFCFDF
(175,207,223)
0 Favorites   0 Comments

Color spaces of #afcfdf

RGB 175207223
HSL0.560.430.78
HSV200°22°87°
CMYK 0.220.070.00   0.13
XYZ53.311359.067378.4034
Yxy59.06730.27940.3096
Hunter Lab76.8553-10.6787-6.6856
CIE-Lab81.3286-7.1720-11.4541

#afcfdf color RGB value is (175,207,223).

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

The process color (four color CMYK) of #afcfdf color hex is 0.22, 0.07, 0.00, 0.13. Web safe color of #afcfdf is #99cccc. Color #afcfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11011111
Octal 257 317 337
Decimal 175 207 223
Hex AF CF DF

RGB Percentages of Color #afcfdf

%28.93
%34.21
%36.86

CMYK Percentages of Color #afcfdf

%22
%7
%0
%13

Triadic Colors of #afcfdf

#afcfdf #dfafcf #cfdfaf

Analogous Colors of #afcfdf

#afcfdf #afb7df #afdfd7

Monochromatic Colors of #afcfdf

#afcfdf

Complementary Color

#afcfdf #dfbfaf

#afcfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfdf Color CSS Codes

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

#afcfdf Text Font Color

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

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


#afcfdf Background Color

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

This div background color is #afcfdf


#afcfdf Border Color

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

This div border color is #afcfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfdf

#afcfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.