Color Hex Logo

#afdaec Color Hex

#AFDAEC
(175,218,236)
0 Favorites   0 Comments

Color spaces of #afdaec

RGB 175218236
HSL0.550.620.81
HSV198°26°93°
CMYK 0.260.080.00   0.07
XYZ57.890965.312988.9124
Yxy65.31290.27290.3079
Hunter Lab80.8164-13.5645-8.6581
CIE-Lab84.6447-9.9812-13.4126

#afdaec color RGB value is (175,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11101100
Octal 257 332 354
Decimal 175 218 236
Hex AF DA EC

RGB Percentages of Color #afdaec

%27.82
%34.66
%37.52

CMYK Percentages of Color #afdaec

%26
%8
%0
%7

Triadic Colors of #afdaec

#afdaec #ecafda #daecaf

Analogous Colors of #afdaec

#afdaec #afbcec #afece0

Monochromatic Colors of #afdaec

#afdaec

Complementary Color

#afdaec #ecc1af

#afdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaec Color CSS Codes

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

#afdaec Text Font Color

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

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


#afdaec Background Color

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

This div background color is #afdaec


#afdaec Border Color

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

This div border color is #afdaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaec


Comments

No comments written yet.

Please login to write comment.