Color Hex Logo

#adaecf Color Hex

#ADAECF
(173,174,207)
0 Favorites   0 Comments

Color spaces of #adaecf

RGB 173174207
HSL0.660.260.75
HSV238°16°81°
CMYK 0.160.160.00   0.19
XYZ43.632143.661365.1593
Yxy43.66130.28620.2864
Hunter Lab66.07672.2338-12.2131
CIE-Lab72.00156.3916-16.8129

#adaecf color RGB value is (173,174,207).

#adaecf hex color red value is 173, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adaecf hue: 0.66 , saturation: 0.26 and the lightness value of adaecf is 0.75.

The process color (four color CMYK) of #adaecf color hex is 0.16, 0.16, 0.00, 0.19. Web safe color of #adaecf is #9999cc. Color #adaecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11001111
Octal 255 256 317
Decimal 173 174 207
Hex AD AE CF

RGB Percentages of Color #adaecf

%31.23
%31.41
%37.36

CMYK Percentages of Color #adaecf

%16
%16
%0
%19

Triadic Colors of #adaecf

#adaecf #cfadae #aecfad

Analogous Colors of #adaecf

#adaecf #bdadcf #adbfcf

Monochromatic Colors of #adaecf

#adaecf

Complementary Color

#adaecf #cfcead

#adaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaecf Color CSS Codes

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

#adaecf Text Font Color

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

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


#adaecf Background Color

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

This div background color is #adaecf


#adaecf Border Color

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

This div border color is #adaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaecf


Comments

No comments written yet.

Please login to write comment.