Color Hex Logo

#adebca Color Hex

#ADEBCA
(173,235,202)
0 Favorites   0 Comments

Color spaces of #adebca

RGB 173235202
HSL0.410.610.80
HSV148°26°92°
CMYK 0.260.000.14   0.08
XYZ57.602672.565266.8476
Yxy72.56520.29240.3683
Hunter Lab85.1852-28.371713.1029
CIE-Lab88.2399-26.18269.7411

#adebca color RGB value is (173,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11001010
Octal 255 353 312
Decimal 173 235 202
Hex AD EB CA

RGB Percentages of Color #adebca

%28.36
%38.52
%33.11

CMYK Percentages of Color #adebca

%26
%0
%14
%8

Triadic Colors of #adebca

#adebca #caadeb #ebcaad

Analogous Colors of #adebca

#adebca #adebe9 #afebad

Monochromatic Colors of #adebca

#adebca

Complementary Color

#adebca #ebadce

#adebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebca Color CSS Codes

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

#adebca Text Font Color

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

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


#adebca Background Color

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

This div background color is #adebca


#adebca Border Color

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

This div border color is #adebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebca


Comments

No comments written yet.

Please login to write comment.