Color Hex Logo

#afcfde Color Hex

#AFCFDE
(175,207,222)
0 Favorites   0 Comments

Color spaces of #afcfde

RGB 175207222
HSL0.550.420.78
HSV199°21°87°
CMYK 0.210.070.00   0.13
XYZ53.176859.013577.6953
Yxy59.01350.28000.3108
Hunter Lab76.8202-10.8735-6.1912
CIE-Lab81.2990-7.3916-10.9638

#afcfde color RGB value is (175,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11011110
Octal 257 317 336
Decimal 175 207 222
Hex AF CF DE

RGB Percentages of Color #afcfde

%28.97
%34.27
%36.75

CMYK Percentages of Color #afcfde

%21
%7
%0
%13

Triadic Colors of #afcfde

#afcfde #deafcf #cfdeaf

Analogous Colors of #afcfde

#afcfde #afb8de #afded6

Monochromatic Colors of #afcfde

#afcfde

Complementary Color

#afcfde #debeaf

#afcfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfde Color CSS Codes

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

#afcfde Text Font Color

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

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


#afcfde Background Color

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

This div background color is #afcfde


#afcfde Border Color

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

This div border color is #afcfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfde


Comments

No comments written yet.

Please login to write comment.