Color Hex Logo

#afdced Color Hex

#AFDCED
(175,220,237)
0 Favorites   0 Comments

Color spaces of #afdced

RGB 175220237
HSL0.550.630.81
HSV196°26°93°
CMYK 0.260.070.00   0.07
XYZ58.558566.414889.8537
Yxy66.41480.27260.3092
Hunter Lab81.4953-14.3554-8.3243
CIE-Lab85.2076-10.7843-13.0995

#afdced color RGB value is (175,220,237).

#afdced hex color red value is 175, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afdced hue: 0.55 , saturation: 0.63 and the lightness value of afdced is 0.81.

The process color (four color CMYK) of #afdced color hex is 0.26, 0.07, 0.00, 0.07. Web safe color of #afdced is #99ccff. Color #afdced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11101101
Octal 257 334 355
Decimal 175 220 237
Hex AF DC ED

RGB Percentages of Color #afdced

%27.69
%34.81
%37.50

CMYK Percentages of Color #afdced

%26
%7
%0
%7

Triadic Colors of #afdced

#afdced #edafdc #dcedaf

Analogous Colors of #afdced

#afdced #afbded #afeddf

Monochromatic Colors of #afdced

#afdced

Complementary Color

#afdced #edc0af

#afdced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdced Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdced Color CSS Codes

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

#afdced Text Font Color

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

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


#afdced Background Color

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

This div background color is #afdced


#afdced Border Color

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

This div border color is #afdced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdced


Comments

No comments written yet.

Please login to write comment.