Color Hex Logo

#ade3d5 Color Hex

#ADE3D5
(173,227,213)
0 Favorites   0 Comments

Color spaces of #ade3d5

RGB 173227213
HSL0.460.490.78
HSV164°24°89°
CMYK 0.240.000.06   0.11
XYZ56.712968.626573.2079
Yxy68.62650.28560.3456
Hunter Lab82.8411-22.77115.5933
CIE-Lab86.3188-20.09141.2002

#ade3d5 color RGB value is (173,227,213).

#ade3d5 hex color red value is 173, green value is 227 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ade3d5 hue: 0.46 , saturation: 0.49 and the lightness value of ade3d5 is 0.78.

The process color (four color CMYK) of #ade3d5 color hex is 0.24, 0.00, 0.06, 0.11. Web safe color of #ade3d5 is #99cccc. Color #ade3d5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100011 11010101
Octal 255 343 325
Decimal 173 227 213
Hex AD E3 D5

RGB Percentages of Color #ade3d5

%28.22
%37.03
%34.75

CMYK Percentages of Color #ade3d5

%24
%0
%6
%11

Triadic Colors of #ade3d5

#ade3d5 #d5ade3 #e3d5ad

Analogous Colors of #ade3d5

#ade3d5 #add6e3 #ade3ba

Monochromatic Colors of #ade3d5

#ade3d5

Complementary Color

#ade3d5 #e3adbb

#ade3d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade3d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade3d5 Color CSS Codes

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

#ade3d5 Text Font Color

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

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


#ade3d5 Background Color

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

This div background color is #ade3d5


#ade3d5 Border Color

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

This div border color is #ade3d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade3d5


Comments

No comments written yet.

Please login to write comment.