Color Hex Logo

#adcdef Color Hex

#ADCDEF
(173,205,239)
0 Favorites   0 Comments

Color spaces of #adcdef

RGB 173205239
HSL0.590.670.81
HSV211°28°94°
CMYK 0.280.140.00   0.06
XYZ54.644958.778990.1267
Yxy58.77890.26850.2888
Hunter Lab76.6674-6.9416-16.0314
CIE-Lab81.1699-3.0780-20.2508

#adcdef color RGB value is (173,205,239).

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

The process color (four color CMYK) of #adcdef color hex is 0.28, 0.14, 0.00, 0.06. Web safe color of #adcdef is #99ccff. Color #adcdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11101111
Octal 255 315 357
Decimal 173 205 239
Hex AD CD EF

RGB Percentages of Color #adcdef

%28.04
%33.23
%38.74

CMYK Percentages of Color #adcdef

%28
%14
%0
%6

Triadic Colors of #adcdef

#adcdef #efadcd #cdefad

Analogous Colors of #adcdef

#adcdef #aeadef #adeeef

Monochromatic Colors of #adcdef

#adcdef

Complementary Color

#adcdef #efcfad

#adcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdef Color CSS Codes

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

#adcdef Text Font Color

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

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


#adcdef Background Color

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

This div background color is #adcdef


#adcdef Border Color

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

This div border color is #adcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdef


Comments

No comments written yet.

Please login to write comment.