Color Hex Logo

#afced3 Color Hex

#AFCED3
(175,206,211)
0 Favorites   0 Comments

Color spaces of #afced3

RGB 175206211
HSL0.520.290.76
HSV188°17°83°
CMYK 0.170.020.00   0.17
XYZ51.508457.959770.1006
Yxy57.95970.28680.3228
Hunter Lab76.1313-12.4613-1.3015
CIE-Lab80.7164-9.2349-5.9443

#afced3 color RGB value is (175,206,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11010011
Octal 257 316 323
Decimal 175 206 211
Hex AF CE D3

RGB Percentages of Color #afced3

%29.56
%34.80
%35.64

CMYK Percentages of Color #afced3

%17
%2
%0
%17

Triadic Colors of #afced3

#afced3 #d3afce #ced3af

Analogous Colors of #afced3

#afced3 #afbcd3 #afd3c6

Monochromatic Colors of #afced3

#afced3

Complementary Color

#afced3 #d3b4af

#afced3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afced3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afced3 Color CSS Codes

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

#afced3 Text Font Color

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

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


#afced3 Background Color

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

This div background color is #afced3


#afced3 Border Color

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

This div border color is #afced3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afced3


Comments

No comments written yet.

Please login to write comment.