Color Hex Logo

#afcdec Color Hex

#AFCDEC
(175,205,236)
0 Favorites   0 Comments

Color spaces of #afcdec

RGB 175205236
HSL0.580.620.81
HSV210°26°93°
CMYK 0.260.130.00   0.07
XYZ54.650858.832787.8323
Yxy58.83270.27150.2922
Hunter Lab76.7025-7.0474-14.2015
CIE-Lab81.1995-3.1908-18.5924

#afcdec color RGB value is (175,205,236).

#afcdec hex color red value is 175, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afcdec hue: 0.58 , saturation: 0.62 and the lightness value of afcdec is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11101100
Octal 257 315 354
Decimal 175 205 236
Hex AF CD EC

RGB Percentages of Color #afcdec

%28.41
%33.28
%38.31

CMYK Percentages of Color #afcdec

%26
%13
%0
%7

Triadic Colors of #afcdec

#afcdec #ecafcd #cdecaf

Analogous Colors of #afcdec

#afcdec #b0afec #afecec

Monochromatic Colors of #afcdec

#afcdec

Complementary Color

#afcdec #ecceaf

#afcdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdec Color CSS Codes

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

#afcdec Text Font Color

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

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


#afcdec Background Color

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

This div background color is #afcdec


#afcdec Border Color

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

This div border color is #afcdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdec


Comments

No comments written yet.

Please login to write comment.