Color Hex Logo

#adefda Color Hex

#ADEFDA
(173,239,218)
0 Favorites   0 Comments

Color spaces of #adefda

RGB 173239218
HSL0.450.670.81
HSV161°28°94°
CMYK 0.280.000.09   0.06
XYZ60.755075.679277.7351
Yxy75.67920.28370.3534
Hunter Lab86.9938-27.57777.9159
CIE-Lab89.7102-24.93783.5077

#adefda color RGB value is (173,239,218).

#adefda hex color red value is 173, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #adefda hue: 0.45 , saturation: 0.67 and the lightness value of adefda is 0.81.

The process color (four color CMYK) of #adefda color hex is 0.28, 0.00, 0.09, 0.06. Web safe color of #adefda is #99ffcc. Color #adefda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11011010
Octal 255 357 332
Decimal 173 239 218
Hex AD EF DA

RGB Percentages of Color #adefda

%27.46
%37.94
%34.60

CMYK Percentages of Color #adefda

%28
%0
%9
%6

Triadic Colors of #adefda

#adefda #daadef #efdaad

Analogous Colors of #adefda

#adefda #ade3ef #adefb9

Monochromatic Colors of #adefda

#adefda

Complementary Color

#adefda #efadc2

#adefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefda Color CSS Codes

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

#adefda Text Font Color

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

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


#adefda Background Color

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

This div background color is #adefda


#adefda Border Color

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

This div border color is #adefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefda


Comments

No comments written yet.

Please login to write comment.