Color Hex Logo

#adebd3 Color Hex

#ADEBD3
(173,235,211)
0 Favorites   0 Comments

Color spaces of #adebd3

RGB 173235211
HSL0.440.610.80
HSV157°26°92°
CMYK 0.260.000.10   0.08
XYZ58.699873.004072.6254
Yxy73.00400.28730.3573
Hunter Lab85.4424-26.89289.4136
CIE-Lab88.4496-24.41675.3400

#adebd3 color RGB value is (173,235,211).

#adebd3 hex color red value is 173, green value is 235 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #adebd3 hue: 0.44 , saturation: 0.61 and the lightness value of adebd3 is 0.80.

The process color (four color CMYK) of #adebd3 color hex is 0.26, 0.00, 0.10, 0.08. Web safe color of #adebd3 is #99ffcc. Color #adebd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11010011
Octal 255 353 323
Decimal 173 235 211
Hex AD EB D3

RGB Percentages of Color #adebd3

%27.95
%37.96
%34.09

CMYK Percentages of Color #adebd3

%26
%0
%10
%8

Triadic Colors of #adebd3

#adebd3 #d3adeb #ebd3ad

Analogous Colors of #adebd3

#adebd3 #ade4eb #adebb4

Monochromatic Colors of #adebd3

#adebd3

Complementary Color

#adebd3 #ebadc5

#adebd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebd3 Color CSS Codes

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

#adebd3 Text Font Color

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

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


#adebd3 Background Color

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

This div background color is #adebd3


#adebd3 Border Color

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

This div border color is #adebd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebd3


Comments

No comments written yet.

Please login to write comment.