Color Hex Logo

#adcebc Color Hex

#ADCEBC
(173,206,188)
0 Favorites   0 Comments

Color spaces of #adcebc

RGB 173206188
HSL0.410.250.74
HSV147°16°81°
CMYK 0.160.000.09   0.19
XYZ48.382056.657755.9630
Yxy56.65770.30050.3519
Hunter Lab75.2713-16.99078.6088
CIE-Lab79.9867-14.51005.2889

#adcebc color RGB value is (173,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10111100
Octal 255 316 274
Decimal 173 206 188
Hex AD CE BC

RGB Percentages of Color #adcebc

%30.51
%36.33
%33.16

CMYK Percentages of Color #adcebc

%16
%0
%9
%19

Triadic Colors of #adcebc

#adcebc #bcadce #cebcad

Analogous Colors of #adcebc

#adcebc #adcecd #afcead

Monochromatic Colors of #adcebc

#adcebc

Complementary Color

#adcebc #ceadbf

#adcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcebc Color CSS Codes

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

#adcebc Text Font Color

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

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


#adcebc Background Color

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

This div background color is #adcebc


#adcebc Border Color

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

This div border color is #adcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcebc


Comments

No comments written yet.

Please login to write comment.