Color Hex Logo

#adccbe Color Hex

#ADCCBE
(173,204,190)
0 Favorites   0 Comments

Color spaces of #adccbe

RGB 173204190
HSL0.420.230.74
HSV153°15°80°
CMYK 0.150.000.07   0.20
XYZ48.120755.787756.9471
Yxy55.78770.29920.3468
Hunter Lab74.6912-15.70877.0791
CIE-Lab79.4928-13.10143.5039

#adccbe color RGB value is (173,204,190).

#adccbe hex color red value is 173, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #adccbe hue: 0.42 , saturation: 0.23 and the lightness value of adccbe is 0.74.

The process color (four color CMYK) of #adccbe color hex is 0.15, 0.00, 0.07, 0.20. Web safe color of #adccbe is #99cccc. Color #adccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 10111110
Octal 255 314 276
Decimal 173 204 190
Hex AD CC BE

RGB Percentages of Color #adccbe

%30.51
%35.98
%33.51

CMYK Percentages of Color #adccbe

%15
%0
%7
%20

Triadic Colors of #adccbe

#adccbe #beadcc #ccbead

Analogous Colors of #adccbe

#adccbe #adcbcc #adccaf

Monochromatic Colors of #adccbe

#adccbe

Complementary Color

#adccbe #ccadbb

#adccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccbe Color CSS Codes

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

#adccbe Text Font Color

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

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


#adccbe Background Color

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

This div background color is #adccbe


#adccbe Border Color

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

This div border color is #adccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccbe


Comments

No comments written yet.

Please login to write comment.