Color Hex Logo

#adecbc Color Hex

#ADECBC
(173,236,188)
0 Favorites   0 Comments

Color spaces of #adecbc

RGB 173236188
HSL0.370.620.80
HSV134°27°93°
CMYK 0.270.000.20   0.07
XYZ56.306172.506058.6044
Yxy72.50600.30040.3869
Hunter Lab85.1505-30.979418.7993
CIE-Lab88.2116-29.259016.9879

#adecbc color RGB value is (173,236,188).

#adecbc hex color red value is 173, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #adecbc hue: 0.37 , saturation: 0.62 and the lightness value of adecbc is 0.80.

The process color (four color CMYK) of #adecbc color hex is 0.27, 0.00, 0.20, 0.07. Web safe color of #adecbc is #99ffcc. Color #adecbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 10111100
Octal 255 354 274
Decimal 173 236 188
Hex AD EC BC

RGB Percentages of Color #adecbc

%28.98
%39.53
%31.49

CMYK Percentages of Color #adecbc

%27
%0
%20
%7

Triadic Colors of #adecbc

#adecbc #bcadec #ecbcad

Analogous Colors of #adecbc

#adecbc #adecdc #beecad

Monochromatic Colors of #adecbc

#adecbc

Complementary Color

#adecbc #ecaddd

#adecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecbc Color CSS Codes

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

#adecbc Text Font Color

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

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


#adecbc Background Color

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

This div background color is #adecbc


#adecbc Border Color

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

This div border color is #adecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecbc


Comments

No comments written yet.

Please login to write comment.