Color Hex Logo

#adeceb Color Hex

#ADECEB
(173,236,235)
0 Favorites   0 Comments

Color spaces of #adeceb

RGB 173236235
HSL0.500.620.80
HSV179°27°93°
CMYK 0.270.000.00   0.07
XYZ62.224474.873389.7697
Yxy74.87330.27430.3300
Hunter Lab86.5294-23.0647-0.9397
CIE-Lab89.3336-19.8699-5.9271

#adeceb color RGB value is (173,236,235).

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

The process color (four color CMYK) of #adeceb color hex is 0.27, 0.00, 0.00, 0.07. Web safe color of #adeceb is #99ffff. Color #adeceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11101011
Octal 255 354 353
Decimal 173 236 235
Hex AD EC EB

RGB Percentages of Color #adeceb

%26.86
%36.65
%36.49

CMYK Percentages of Color #adeceb

%27
%0
%0
%7

Triadic Colors of #adeceb

#adeceb #ebadec #ecebad

Analogous Colors of #adeceb

#adeceb #adceec #adeccc

Monochromatic Colors of #adeceb

#adeceb

Complementary Color

#adeceb #ecadae

#adeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeceb Color CSS Codes

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

#adeceb Text Font Color

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

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


#adeceb Background Color

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

This div background color is #adeceb


#adeceb Border Color

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

This div border color is #adeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeceb


Comments

No comments written yet.

Please login to write comment.