Color Hex Logo

#afc6de Color Hex

#AFC6DE
(175,198,222)
0 Favorites   0 Comments

Color spaces of #afc6de

RGB 175198222
HSL0.590.420.78
HSV211°21°87°
CMYK 0.210.110.00   0.13
XYZ51.058154.776176.9890
Yxy54.77610.27930.2996
Hunter Lab74.0109-6.3767-9.8682
CIE-Lab78.9121-2.6493-14.5359

#afc6de color RGB value is (175,198,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 11011110
Octal 257 306 336
Decimal 175 198 222
Hex AF C6 DE

RGB Percentages of Color #afc6de

%29.41
%33.28
%37.31

CMYK Percentages of Color #afc6de

%21
%11
%0
%13

Triadic Colors of #afc6de

#afc6de #deafc6 #c6deaf

Analogous Colors of #afc6de

#afc6de #b0afde #afdede

Monochromatic Colors of #afc6de

#afc6de

Complementary Color

#afc6de #dec7af

#afc6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc6de Color CSS Codes

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

#afc6de Text Font Color

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

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


#afc6de Background Color

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

This div background color is #afc6de


#afc6de Border Color

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

This div border color is #afc6de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,198,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 #afc6de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc6de


Comments

No comments written yet.

Please login to write comment.