Color Hex Logo

#adebea Color Hex

#ADEBEA
(173,235,234)
0 Favorites   0 Comments

Color spaces of #adebea

RGB 173235234
HSL0.500.610.80
HSV179°26°92°
CMYK 0.260.000.00   0.08
XYZ61.793274.241488.9151
Yxy74.24140.27470.3300
Hunter Lab86.1634-22.7725-0.8690
CIE-Lab89.0365-19.5942-5.8425

#adebea color RGB value is (173,235,234).

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

The process color (four color CMYK) of #adebea color hex is 0.26, 0.00, 0.00, 0.08. Web safe color of #adebea is #99ffff. Color #adebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11101010
Octal 255 353 352
Decimal 173 235 234
Hex AD EB EA

RGB Percentages of Color #adebea

%26.95
%36.60
%36.45

CMYK Percentages of Color #adebea

%26
%0
%0
%8

Triadic Colors of #adebea

#adebea #eaadeb #ebeaad

Analogous Colors of #adebea

#adebea #adcdeb #adebcb

Monochromatic Colors of #adebea

#adebea

Complementary Color

#adebea #ebadae

#adebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebea Color CSS Codes

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

#adebea Text Font Color

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

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


#adebea Background Color

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

This div background color is #adebea


#adebea Border Color

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

This div border color is #adebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebea


Comments

No comments written yet.

Please login to write comment.