Color Hex Logo

#afcade Color Hex

#AFCADE
(175,202,222)
0 Favorites   0 Comments

Color spaces of #afcade

RGB 175202222
HSL0.570.420.78
HSV206°21°87°
CMYK 0.210.090.00   0.13
XYZ51.984556.628977.2978
Yxy56.62890.27960.3046
Hunter Lab75.2522-8.3828-8.2252
CIE-Lab79.9704-4.7674-12.9492

#afcade color RGB value is (175,202,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11011110
Octal 257 312 336
Decimal 175 202 222
Hex AF CA DE

RGB Percentages of Color #afcade

%29.22
%33.72
%37.06

CMYK Percentages of Color #afcade

%21
%9
%0
%13

Triadic Colors of #afcade

#afcade #deafca #cadeaf

Analogous Colors of #afcade

#afcade #afb3de #afdedb

Monochromatic Colors of #afcade

#afcade

Complementary Color

#afcade #dec3af

#afcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcade Color CSS Codes

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

#afcade Text Font Color

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

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


#afcade Background Color

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

This div background color is #afcade


#afcade Border Color

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

This div border color is #afcade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,202,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 #afcade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcade


Comments

No comments written yet.

Please login to write comment.