Color Hex Logo

#adafec Color Hex

#ADAFEC
(173,175,236)
0 Favorites   0 Comments

Color spaces of #adafec

RGB 173175236
HSL0.660.620.80
HSV238°27°93°
CMYK 0.270.260.00   0.07
XYZ47.703945.600385.6444
Yxy45.60030.26660.2548
Hunter Lab67.52807.9240-27.9267
CIE-Lab73.285412.5008-30.6786

#adafec color RGB value is (173,175,236).

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

The process color (four color CMYK) of #adafec color hex is 0.27, 0.26, 0.00, 0.07. Web safe color of #adafec is #9999ff. Color #adafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11101100
Octal 255 257 354
Decimal 173 175 236
Hex AD AF EC

RGB Percentages of Color #adafec

%29.62
%29.97
%40.41

CMYK Percentages of Color #adafec

%27
%26
%0
%7

Triadic Colors of #adafec

#adafec #ecadaf #afecad

Analogous Colors of #adafec

#adafec #cbadec #adcfec

Monochromatic Colors of #adafec

#adafec

Complementary Color

#adafec #eceaad

#adafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafec Color CSS Codes

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

#adafec Text Font Color

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

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


#adafec Background Color

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

This div background color is #adafec


#adafec Border Color

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

This div border color is #adafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafec


Comments

No comments written yet.

Please login to write comment.