Color Hex Logo

#adcbb5 Color Hex

#ADCBB5
(173,203,181)
0 Favorites   0 Comments

Color spaces of #adcbb5

RGB 173203181
HSL0.380.220.74
HSV136°15°80°
CMYK 0.150.000.11   0.20
XYZ46.930054.932351.8456
Yxy54.93230.30530.3574
Hunter Lab74.1163-16.678510.4071
CIE-Lab79.0023-14.30127.6211

#adcbb5 color RGB value is (173,203,181).

#adcbb5 hex color red value is 173, green value is 203 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #adcbb5 hue: 0.38 , saturation: 0.22 and the lightness value of adcbb5 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10110101
Octal 255 313 265
Decimal 173 203 181
Hex AD CB B5

RGB Percentages of Color #adcbb5

%31.06
%36.45
%32.50

CMYK Percentages of Color #adcbb5

%15
%0
%11
%20

Triadic Colors of #adcbb5

#adcbb5 #b5adcb #cbb5ad

Analogous Colors of #adcbb5

#adcbb5 #adcbc4 #b4cbad

Monochromatic Colors of #adcbb5

#adcbb5

Complementary Color

#adcbb5 #cbadc3

#adcbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbb5 Color CSS Codes

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

#adcbb5 Text Font Color

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

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


#adcbb5 Background Color

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

This div background color is #adcbb5


#adcbb5 Border Color

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

This div border color is #adcbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbb5


Comments

No comments written yet.

Please login to write comment.