Color Hex Logo

#afdce7 Color Hex

#AFDCE7
(175,220,231)
0 Favorites   0 Comments

Color spaces of #afdce7

RGB 175220231
HSL0.530.540.80
HSV192°24°91°
CMYK 0.240.050.00   0.09
XYZ57.696266.069985.3132
Yxy66.06990.27600.3160
Hunter Lab81.2834-15.5439-5.3311
CIE-Lab85.0321-12.1265-10.1875

#afdce7 color RGB value is (175,220,231).

#afdce7 hex color red value is 175, green value is 220 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #afdce7 hue: 0.53 , saturation: 0.54 and the lightness value of afdce7 is 0.80.

The process color (four color CMYK) of #afdce7 color hex is 0.24, 0.05, 0.00, 0.09. Web safe color of #afdce7 is #99ccff. Color #afdce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11100111
Octal 257 334 347
Decimal 175 220 231
Hex AF DC E7

RGB Percentages of Color #afdce7

%27.96
%35.14
%36.90

CMYK Percentages of Color #afdce7

%24
%5
%0
%9

Triadic Colors of #afdce7

#afdce7 #e7afdc #dce7af

Analogous Colors of #afdce7

#afdce7 #afc0e7 #afe7d6

Monochromatic Colors of #afdce7

#afdce7

Complementary Color

#afdce7 #e7baaf

#afdce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdce7 Color CSS Codes

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

#afdce7 Text Font Color

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

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


#afdce7 Background Color

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

This div background color is #afdce7


#afdce7 Border Color

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

This div border color is #afdce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdce7


Comments

No comments written yet.

Please login to write comment.