Color Hex Logo

#afcad3 Color Hex

#AFCAD3
(175,202,211)
0 Favorites   0 Comments

Color spaces of #afcad3

RGB 175202211
HSL0.540.290.76
HSV195°17°83°
CMYK 0.170.040.00   0.17
XYZ50.557656.058269.7837
Yxy56.05820.28660.3178
Hunter Lab74.8720-10.4933-2.8502
CIE-Lab79.6469-7.1491-7.5275

#afcad3 color RGB value is (175,202,211).

#afcad3 hex color red value is 175, green value is 202 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #afcad3 hue: 0.54 , saturation: 0.29 and the lightness value of afcad3 is 0.76.

The process color (four color CMYK) of #afcad3 color hex is 0.17, 0.04, 0.00, 0.17. Web safe color of #afcad3 is #99cccc. Color #afcad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11010011
Octal 257 312 323
Decimal 175 202 211
Hex AF CA D3

RGB Percentages of Color #afcad3

%29.76
%34.35
%35.88

CMYK Percentages of Color #afcad3

%17
%4
%0
%17

Triadic Colors of #afcad3

#afcad3 #d3afca #cad3af

Analogous Colors of #afcad3

#afcad3 #afb8d3 #afd3ca

Monochromatic Colors of #afcad3

#afcad3

Complementary Color

#afcad3 #d3b8af

#afcad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcad3 Color CSS Codes

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

#afcad3 Text Font Color

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

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


#afcad3 Background Color

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

This div background color is #afcad3


#afcad3 Border Color

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

This div border color is #afcad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcad3


Comments

No comments written yet.

Please login to write comment.