Color Hex Logo

#afced4 Color Hex

#AFCED4
(175,206,212)
0 Favorites   0 Comments

Color spaces of #afced4

RGB 175206212
HSL0.530.300.76
HSV190°17°83°
CMYK 0.170.030.00   0.17
XYZ51.634258.010070.7630
Yxy58.01000.28620.3216
Hunter Lab76.1643-12.2767-1.7704
CIE-Lab80.7443-9.0239-6.4383

#afced4 color RGB value is (175,206,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11010100
Octal 257 316 324
Decimal 175 206 212
Hex AF CE D4

RGB Percentages of Color #afced4

%29.51
%34.74
%35.75

CMYK Percentages of Color #afced4

%17
%3
%0
%17

Triadic Colors of #afced4

#afced4 #d4afce #ced4af

Analogous Colors of #afced4

#afced4 #afbcd4 #afd4c8

Monochromatic Colors of #afced4

#afced4

Complementary Color

#afced4 #d4b5af

#afced4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afced4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afced4 Color CSS Codes

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

#afced4 Text Font Color

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

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


#afced4 Background Color

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

This div background color is #afced4


#afced4 Border Color

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

This div border color is #afced4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afced4

#afced4 Color Palettes


Comments

No comments written yet.

Please login to write comment.