Color Hex Logo

#afdce4 Color Hex

#AFDCE4
(175,220,228)
0 Favorites   0 Comments

Color spaces of #afdce4

RGB 175220228
HSL0.530.500.79
HSV189°23°89°
CMYK 0.230.040.00   0.11
XYZ57.276065.901883.1003
Yxy65.90180.27770.3195
Hunter Lab81.1799-16.1253-3.8666
CIE-Lab84.9463-12.7871-8.7271

#afdce4 color RGB value is (175,220,228).

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

The process color (four color CMYK) of #afdce4 color hex is 0.23, 0.04, 0.00, 0.11. Web safe color of #afdce4 is #99cccc. Color #afdce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11100100
Octal 257 334 344
Decimal 175 220 228
Hex AF DC E4

RGB Percentages of Color #afdce4

%28.09
%35.31
%36.60

CMYK Percentages of Color #afdce4

%23
%4
%0
%11

Triadic Colors of #afdce4

#afdce4 #e4afdc #dce4af

Analogous Colors of #afdce4

#afdce4 #afc2e4 #afe4d2

Monochromatic Colors of #afdce4

#afdce4

Complementary Color

#afdce4 #e4b7af

#afdce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdce4 Color CSS Codes

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

#afdce4 Text Font Color

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

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


#afdce4 Background Color

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

This div background color is #afdce4


#afdce4 Border Color

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

This div border color is #afdce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdce4


Comments

No comments written yet.

Please login to write comment.