Color Hex Logo

#afcdde Color Hex

#AFCDDE
(175,205,222)
0 Favorites   0 Comments

Color spaces of #afcdde

RGB 175205222
HSL0.560.420.78
HSV202°21°87°
CMYK 0.210.080.00   0.13
XYZ52.695358.050577.5348
Yxy58.05050.27990.3083
Hunter Lab76.1909-9.8795-7.0022
CIE-Lab80.7669-6.3451-11.7582

#afcdde color RGB value is (175,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11011110
Octal 257 315 336
Decimal 175 205 222
Hex AF CD DE

RGB Percentages of Color #afcdde

%29.07
%34.05
%36.88

CMYK Percentages of Color #afcdde

%21
%8
%0
%13

Triadic Colors of #afcdde

#afcdde #deafcd #cddeaf

Analogous Colors of #afcdde

#afcdde #afb6de #afded8

Monochromatic Colors of #afcdde

#afcdde

Complementary Color

#afcdde #dec0af

#afcdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdde Color CSS Codes

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

#afcdde Text Font Color

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

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


#afcdde Background Color

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

This div background color is #afcdde


#afcdde Border Color

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

This div border color is #afcdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdde


Comments

No comments written yet.

Please login to write comment.