Color Hex Logo

#adcece Color Hex

#ADCECE
(173,206,206)
0 Favorites   0 Comments

Color spaces of #adcece

RGB 173206206
HSL0.500.250.74
HSV180°16°81°
CMYK 0.160.000.00   0.19
XYZ50.445557.483166.8291
Yxy57.48310.28870.3289
Hunter Lab75.8176-13.91520.8114
CIE-Lab80.4506-10.9126-3.6732

#adcece color RGB value is (173,206,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11001110
Octal 255 316 316
Decimal 173 206 206
Hex AD CE CE

RGB Percentages of Color #adcece

%29.57
%35.21
%35.21

CMYK Percentages of Color #adcece

%16
%0
%0
%19

Triadic Colors of #adcece

#adcece #ceadce #cecead

Analogous Colors of #adcece

#adcece #adbece #adcebe

Monochromatic Colors of #adcece

#adcece

Complementary Color

#adcece #ceadad

#adcece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcece Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcece Color CSS Codes

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

#adcece Text Font Color

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

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


#adcece Background Color

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

This div background color is #adcece


#adcece Border Color

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

This div border color is #adcece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcece


Comments

No comments written yet.

Please login to write comment.