Color Hex Logo

#5abddf Color Hex

#5ABDDF
(90,189,223)
0 Favorites   0 Comments

Color spaces of #5abddf

RGB 90189223
HSL0.540.680.61
HSV195°60°87°
CMYK 0.600.150.00   0.13
XYZ35.733343.896676.4016
Yxy43.89660.22900.2813
Hunter Lab66.2545-19.6743-21.9923
CIE-Lab72.1593-19.1292-25.7244

#5abddf color RGB value is (90,189,223).

#5abddf hex color red value is 90, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5abddf hue: 0.54 , saturation: 0.68 and the lightness value of 5abddf is 0.61.

The process color (four color CMYK) of #5abddf color hex is 0.60, 0.15, 0.00, 0.13. Web safe color of #5abddf is #66cccc. Color #5abddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11011111
Octal 132 275 337
Decimal 90 189 223
Hex 5A BD DF

RGB Percentages of Color #5abddf

%17.93
%37.65
%44.42

CMYK Percentages of Color #5abddf

%60
%15
%0
%13

Triadic Colors of #5abddf

#5abddf #df5abd #bddf5a

Analogous Colors of #5abddf

#5abddf #5a7bdf #5adfbf

Monochromatic Colors of #5abddf

#5abddf

Complementary Color

#5abddf #df7c5a

#5abddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abddf Color CSS Codes

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

#5abddf Text Font Color

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

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


#5abddf Background Color

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

This div background color is #5abddf


#5abddf Border Color

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

This div border color is #5abddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abddf


Comments

No comments written yet.

Please login to write comment.