Color Hex Logo

#adceda Color Hex

#ADCEDA
(173,206,218)
0 Favorites   0 Comments

Color spaces of #adceda

RGB 173206218
HSL0.540.380.77
HSV196°21°85°
CMYK 0.210.060.00   0.15
XYZ51.959858.088874.8034
Yxy58.08880.28110.3142
Hunter Lab76.2160-11.6867-4.8399
CIE-Lab80.7881-8.3569-9.5991

#adceda color RGB value is (173,206,218).

#adceda hex color red value is 173, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #adceda hue: 0.54 , saturation: 0.38 and the lightness value of adceda is 0.77.

The process color (four color CMYK) of #adceda color hex is 0.21, 0.06, 0.00, 0.15. Web safe color of #adceda is #99cccc. Color #adceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11011010
Octal 255 316 332
Decimal 173 206 218
Hex AD CE DA

RGB Percentages of Color #adceda

%28.98
%34.51
%36.52

CMYK Percentages of Color #adceda

%21
%6
%0
%15

Triadic Colors of #adceda

#adceda #daadce #cedaad

Analogous Colors of #adceda

#adceda #adb8da #addad0

Monochromatic Colors of #adceda

#adceda

Complementary Color

#adceda #dab9ad

#adceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adceda Color CSS Codes

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

#adceda Text Font Color

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

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


#adceda Background Color

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

This div background color is #adceda


#adceda Border Color

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

This div border color is #adceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adceda


Comments

No comments written yet.

Please login to write comment.