Color Hex Logo

#afcadd Color Hex

#AFCADD
(175,202,221)
0 Favorites   0 Comments

Color spaces of #afcadd

RGB 175202221
HSL0.570.400.78
HSV205°21°87°
CMYK 0.210.090.00   0.13
XYZ51.850956.575576.5939
Yxy56.57550.28020.3058
Hunter Lab75.2167-8.5796-7.7239
CIE-Lab79.9402-4.9879-12.4580

#afcadd color RGB value is (175,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11011101
Octal 257 312 335
Decimal 175 202 221
Hex AF CA DD

RGB Percentages of Color #afcadd

%29.26
%33.78
%36.96

CMYK Percentages of Color #afcadd

%21
%9
%0
%13

Triadic Colors of #afcadd

#afcadd #ddafca #caddaf

Analogous Colors of #afcadd

#afcadd #afb3dd #afddd9

Monochromatic Colors of #afcadd

#afcadd

Complementary Color

#afcadd #ddc2af

#afcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcadd Color CSS Codes

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

#afcadd Text Font Color

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

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


#afcadd Background Color

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

This div background color is #afcadd


#afcadd Border Color

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

This div border color is #afcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcadd


Comments

No comments written yet.

Please login to write comment.