Color Hex Logo

#adebec Color Hex

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

Color spaces of #adebec

RGB 173235236
HSL0.500.620.80
HSV181°27°93°
CMYK 0.270.000.00   0.07
XYZ62.082274.357090.4371
Yxy74.35700.27360.3277
Hunter Lab86.2305-22.3912-1.8210
CIE-Lab89.0909-19.1549-6.8092

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

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

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

Base Numbers

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

RGB Percentages of Color #adebec

%26.86
%36.49
%36.65

CMYK Percentages of Color #adebec

%27
%0
%0
%7

Triadic Colors of #adebec

#adebec #ecadeb #ebecad

Analogous Colors of #adebec

#adebec #adccec #adecce

Monochromatic Colors of #adebec

#adebec

Complementary Color

#adebec #ecaead

#adebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebec Color CSS Codes

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

#adebec Text Font Color

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

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


#adebec Background Color

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

This div background color is #adebec


#adebec Border Color

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

This div border color is #adebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebec


Comments

No comments written yet.

Please login to write comment.