Color Hex Logo

#afcadc Color Hex

#AFCADC
(175,202,220)
0 Favorites   0 Comments

Color spaces of #afcadc

RGB 175202220
HSL0.570.390.77
HSV204°20°86°
CMYK 0.200.080.00   0.14
XYZ51.718056.522375.8942
Yxy56.52230.28090.3070
Hunter Lab75.1813-8.7753-7.2253
CIE-Lab79.9102-5.2076-11.9666

#afcadc color RGB value is (175,202,220).

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

The process color (four color CMYK) of #afcadc color hex is 0.20, 0.08, 0.00, 0.14. Web safe color of #afcadc is #99cccc. Color #afcadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11011100
Octal 257 312 334
Decimal 175 202 220
Hex AF CA DC

RGB Percentages of Color #afcadc

%29.31
%33.84
%36.85

CMYK Percentages of Color #afcadc

%20
%8
%0
%14

Triadic Colors of #afcadc

#afcadc #dcafca #cadcaf

Analogous Colors of #afcadc

#afcadc #afb4dc #afdcd8

Monochromatic Colors of #afcadc

#afcadc

Complementary Color

#afcadc #dcc1af

#afcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcadc Color CSS Codes

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

#afcadc Text Font Color

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

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


#afcadc Background Color

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

This div background color is #afcadc


#afcadc Border Color

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

This div border color is #afcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcadc


Comments

No comments written yet.

Please login to write comment.