Color Hex Logo

#afdeec Color Hex

#AFDEEC
(175,222,236)
0 Favorites   0 Comments

Color spaces of #afdeec

RGB 175222236
HSL0.540.620.81
HSV194°26°93°
CMYK 0.260.060.00   0.07
XYZ58.940867.412689.2623
Yxy67.41260.27340.3127
Hunter Lab82.1052-15.5444-6.9847
CIE-Lab85.7119-12.0342-11.8175

#afdeec color RGB value is (175,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11101100
Octal 257 336 354
Decimal 175 222 236
Hex AF DE EC

RGB Percentages of Color #afdeec

%27.65
%35.07
%37.28

CMYK Percentages of Color #afdeec

%26
%6
%0
%7

Triadic Colors of #afdeec

#afdeec #ecafde #deecaf

Analogous Colors of #afdeec

#afdeec #afc0ec #afecdc

Monochromatic Colors of #afdeec

#afdeec

Complementary Color

#afdeec #ecbdaf

#afdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdeec Color CSS Codes

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

#afdeec Text Font Color

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

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


#afdeec Background Color

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

This div background color is #afdeec


#afdeec Border Color

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

This div border color is #afdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdeec


Comments

No comments written yet.

Please login to write comment.