Color Hex Logo

#5adecf Color Hex

#5ADECF
(90,222,207)
0 Favorites   0 Comments

Color spaces of #5adecf

RGB 90222207
HSL0.480.670.61
HSV173°59°87°
CMYK 0.590.000.07   0.13
XYZ41.600258.921268.2119
Yxy58.92120.24650.3492
Hunter Lab76.7601-37.59211.0448
CIE-Lab81.2483-39.5478-3.4621

#5adecf color RGB value is (90,222,207).

#5adecf hex color red value is 90, green value is 222 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5adecf hue: 0.48 , saturation: 0.67 and the lightness value of 5adecf is 0.61.

The process color (four color CMYK) of #5adecf color hex is 0.59, 0.00, 0.07, 0.13. Web safe color of #5adecf is #66cccc. Color #5adecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11001111
Octal 132 336 317
Decimal 90 222 207
Hex 5A DE CF

RGB Percentages of Color #5adecf

%17.34
%42.77
%39.88

CMYK Percentages of Color #5adecf

%59
%0
%7
%13

Triadic Colors of #5adecf

#5adecf #cf5ade #decf5a

Analogous Colors of #5adecf

#5adecf #5aabde #5ade8d

Monochromatic Colors of #5adecf

#5adecf

Complementary Color

#5adecf #de5a69

#5adecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adecf Color CSS Codes

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

#5adecf Text Font Color

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

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


#5adecf Background Color

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

This div background color is #5adecf


#5adecf Border Color

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

This div border color is #5adecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,222,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5adecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5adecf;
  -webkit-box-shadow: 1px 1px 3px 2px #5adecf;
  box-shadow:         1px 1px 3px 2px #5adecf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,222,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adecf


Comments

No comments written yet.

Please login to write comment.