Color Hex Logo

#afcdd7 Color Hex

#AFCDD7
(175,205,215)
0 Favorites   0 Comments

Color spaces of #afcdd7

RGB 175205215
HSL0.540.330.76
HSV195°19°84°
CMYK 0.190.050.00   0.16
XYZ51.776357.682972.6950
Yxy57.68290.28420.3167
Hunter Lab75.9493-11.2238-3.5851
CIE-Lab80.5622-7.8647-8.3149

#afcdd7 color RGB value is (175,205,215).

#afcdd7 hex color red value is 175, green value is 205 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #afcdd7 hue: 0.54 , saturation: 0.33 and the lightness value of afcdd7 is 0.76.

The process color (four color CMYK) of #afcdd7 color hex is 0.19, 0.05, 0.00, 0.16. Web safe color of #afcdd7 is #99cccc. Color #afcdd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11010111
Octal 257 315 327
Decimal 175 205 215
Hex AF CD D7

RGB Percentages of Color #afcdd7

%29.41
%34.45
%36.13

CMYK Percentages of Color #afcdd7

%19
%5
%0
%16

Triadic Colors of #afcdd7

#afcdd7 #d7afcd #cdd7af

Analogous Colors of #afcdd7

#afcdd7 #afb9d7 #afd7cd

Monochromatic Colors of #afcdd7

#afcdd7

Complementary Color

#afcdd7 #d7b9af

#afcdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdd7 Color CSS Codes

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

#afcdd7 Text Font Color

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

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


#afcdd7 Background Color

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

This div background color is #afcdd7


#afcdd7 Border Color

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

This div border color is #afcdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdd7

#afcdd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.