Color Hex Logo

#afcddf Color Hex

#AFCDDF
(175,205,223)
0 Favorites   0 Comments

Color spaces of #afcddf

RGB 175205223
HSL0.560.430.78
HSV203°22°87°
CMYK 0.220.080.00   0.13
XYZ52.829858.104378.2429
Yxy58.10430.27930.3071
Hunter Lab76.2262-9.6835-7.5003
CIE-Lab80.7967-6.1248-12.2487

#afcddf color RGB value is (175,205,223).

#afcddf hex color red value is 175, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afcddf hue: 0.56 , saturation: 0.43 and the lightness value of afcddf is 0.78.

The process color (four color CMYK) of #afcddf color hex is 0.22, 0.08, 0.00, 0.13. Web safe color of #afcddf is #99cccc. Color #afcddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11011111
Octal 257 315 337
Decimal 175 205 223
Hex AF CD DF

RGB Percentages of Color #afcddf

%29.02
%34.00
%36.98

CMYK Percentages of Color #afcddf

%22
%8
%0
%13

Triadic Colors of #afcddf

#afcddf #dfafcd #cddfaf

Analogous Colors of #afcddf

#afcddf #afb5df #afdfd9

Monochromatic Colors of #afcddf

#afcddf

Complementary Color

#afcddf #dfc1af

#afcddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcddf Color CSS Codes

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

#afcddf Text Font Color

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

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


#afcddf Background Color

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

This div background color is #afcddf


#afcddf Border Color

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

This div border color is #afcddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcddf

#afcddf Color Palettes


Comments

No comments written yet.

Please login to write comment.