Color Hex Logo

#afcdce Color Hex

#AFCDCE
(175,205,206)
0 Favorites   0 Comments

Color spaces of #afcdce

RGB 175205206
HSL0.510.240.75
HSV182°15°81°
CMYK 0.150.000.00   0.19
XYZ50.651157.232866.7700
Yxy57.23280.29000.3277
Hunter Lab75.6524-12.88150.6279
CIE-Lab80.3104-9.7591-3.8648

#afcdce color RGB value is (175,205,206).

#afcdce hex color red value is 175, green value is 205 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afcdce hue: 0.51 , saturation: 0.24 and the lightness value of afcdce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11001110
Octal 257 315 316
Decimal 175 205 206
Hex AF CD CE

RGB Percentages of Color #afcdce

%29.86
%34.98
%35.15

CMYK Percentages of Color #afcdce

%15
%0
%0
%19

Triadic Colors of #afcdce

#afcdce #ceafcd #cdceaf

Analogous Colors of #afcdce

#afcdce #afbece #afcec0

Monochromatic Colors of #afcdce

#afcdce

Complementary Color

#afcdce #ceb0af

#afcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdce Color CSS Codes

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

#afcdce Text Font Color

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

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


#afcdce Background Color

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

This div background color is #afcdce


#afcdce Border Color

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

This div border color is #afcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdce


Comments

No comments written yet.

Please login to write comment.