Color Hex Logo

#adacef Color Hex

#ADACEF
(173,172,239)
0 Favorites   0 Comments

Color spaces of #adacef

RGB 173172239
HSL0.670.680.81
HSV241°28°94°
CMYK 0.280.280.00   0.06
XYZ47.566144.621387.7671
Yxy44.62130.26430.2480
Hunter Lab66.799210.2070-31.1414
CIE-Lab72.641814.8919-33.3010

#adacef color RGB value is (173,172,239).

#adacef hex color red value is 173, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #adacef hue: 0.67 , saturation: 0.68 and the lightness value of adacef is 0.81.

The process color (four color CMYK) of #adacef color hex is 0.28, 0.28, 0.00, 0.06. Web safe color of #adacef is #9999ff. Color #adacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11101111
Octal 255 254 357
Decimal 173 172 239
Hex AD AC EF

RGB Percentages of Color #adacef

%29.62
%29.45
%40.92

CMYK Percentages of Color #adacef

%28
%28
%0
%6

Triadic Colors of #adacef

#adacef #efadac #acefad

Analogous Colors of #adacef

#adacef #cfacef #accdef

Monochromatic Colors of #adacef

#adacef

Complementary Color

#adacef #eeefac

#adacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacef Color CSS Codes

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

#adacef Text Font Color

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

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


#adacef Background Color

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

This div background color is #adacef


#adacef Border Color

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

This div border color is #adacef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,172,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacef


Comments

No comments written yet.

Please login to write comment.