Color Hex Logo

#afcacd Color Hex

#AFCACD
(175,202,205)
0 Favorites   0 Comments

Color spaces of #afcacd

RGB 175202205
HSL0.520.230.75
HSV186°15°80°
CMYK 0.150.010.00   0.20
XYZ49.819255.762865.8952
Yxy55.76280.29050.3252
Hunter Lab74.6745-11.5938-0.0473
CIE-Lab79.4786-8.4056-4.5534

#afcacd color RGB value is (175,202,205).

#afcacd hex color red value is 175, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afcacd hue: 0.52 , saturation: 0.23 and the lightness value of afcacd is 0.75.

The process color (four color CMYK) of #afcacd color hex is 0.15, 0.01, 0.00, 0.20. Web safe color of #afcacd is #99cccc. Color #afcacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11001101
Octal 257 312 315
Decimal 175 202 205
Hex AF CA CD

RGB Percentages of Color #afcacd

%30.07
%34.71
%35.22

CMYK Percentages of Color #afcacd

%15
%1
%0
%20

Triadic Colors of #afcacd

#afcacd #cdafca #cacdaf

Analogous Colors of #afcacd

#afcacd #afbbcd #afcdc1

Monochromatic Colors of #afcacd

#afcacd

Complementary Color

#afcacd #cdb2af

#afcacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcacd Color CSS Codes

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

#afcacd Text Font Color

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

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


#afcacd Background Color

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

This div background color is #afcacd


#afcacd Border Color

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

This div border color is #afcacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcacd


Comments

No comments written yet.

Please login to write comment.