Color Hex Logo

#adceca Color Hex

#ADCECA
(173,206,202)
0 Favorites   0 Comments

Color spaces of #adceca

RGB 173206202
HSL0.480.250.74
HSV173°16°81°
CMYK 0.160.000.02   0.19
XYZ49.965657.291164.3019
Yxy57.29110.29120.3339
Hunter Lab75.6909-14.62642.6148
CIE-Lab80.3430-11.7370-1.6884

#adceca color RGB value is (173,206,202).

#adceca hex color red value is 173, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adceca hue: 0.48 , saturation: 0.25 and the lightness value of adceca is 0.74.

The process color (four color CMYK) of #adceca color hex is 0.16, 0.00, 0.02, 0.19. Web safe color of #adceca is #99cccc. Color #adceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11001010
Octal 255 316 312
Decimal 173 206 202
Hex AD CE CA

RGB Percentages of Color #adceca

%29.78
%35.46
%34.77

CMYK Percentages of Color #adceca

%16
%0
%2
%19

Triadic Colors of #adceca

#adceca #caadce #cecaad

Analogous Colors of #adceca

#adceca #adc2ce #adceba

Monochromatic Colors of #adceca

#adceca

Complementary Color

#adceca #ceadb1

#adceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adceca Color CSS Codes

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

#adceca Text Font Color

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

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


#adceca Background Color

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

This div background color is #adceca


#adceca Border Color

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

This div border color is #adceca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,206,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 #adceca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adceca


Comments

No comments written yet.

Please login to write comment.