Color Hex Logo

#afcfd5 Color Hex

#AFCFD5
(175,207,213)
0 Favorites   0 Comments

Color spaces of #afcfd5

RGB 175207213
HSL0.530.310.76
HSV189°18°84°
CMYK 0.180.030.00   0.16
XYZ52.002358.543771.5100
Yxy58.54370.28560.3216
Hunter Lab76.5139-12.5825-1.8529
CIE-Lab81.0401-9.3316-6.5358

#afcfd5 color RGB value is (175,207,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11010101
Octal 257 317 325
Decimal 175 207 213
Hex AF CF D5

RGB Percentages of Color #afcfd5

%29.41
%34.79
%35.80

CMYK Percentages of Color #afcfd5

%18
%3
%0
%16

Triadic Colors of #afcfd5

#afcfd5 #d5afcf #cfd5af

Analogous Colors of #afcfd5

#afcfd5 #afbcd5 #afd5c8

Monochromatic Colors of #afcfd5

#afcfd5

Complementary Color

#afcfd5 #d5b5af

#afcfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfd5 Color CSS Codes

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

#afcfd5 Text Font Color

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

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


#afcfd5 Background Color

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

This div background color is #afcfd5


#afcfd5 Border Color

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

This div border color is #afcfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfd5


Comments

No comments written yet.

Please login to write comment.