Color Hex Logo

#5abccf Color Hex

#5ABCCF
(90,188,207)
0 Favorites   0 Comments

Color spaces of #5abccf

RGB 90188207
HSL0.530.550.58
HSV190°57°81°
CMYK 0.570.090.00   0.19
XYZ33.462242.645165.4992
Yxy42.64510.23630.3012
Hunter Lab65.3032-22.8150-13.7557
CIE-Lab71.3134-23.2963-18.2918

#5abccf color RGB value is (90,188,207).

#5abccf hex color red value is 90, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5abccf hue: 0.53 , saturation: 0.55 and the lightness value of 5abccf is 0.58.

The process color (four color CMYK) of #5abccf color hex is 0.57, 0.09, 0.00, 0.19. Web safe color of #5abccf is #66cccc. Color #5abccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 11001111
Octal 132 274 317
Decimal 90 188 207
Hex 5A BC CF

RGB Percentages of Color #5abccf

%18.56
%38.76
%42.68

CMYK Percentages of Color #5abccf

%57
%9
%0
%19

Triadic Colors of #5abccf

#5abccf #cf5abc #bccf5a

Analogous Colors of #5abccf

#5abccf #5a82cf #5acfa8

Monochromatic Colors of #5abccf

#5abccf

Complementary Color

#5abccf #cf6d5a

#5abccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abccf Color CSS Codes

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

#5abccf Text Font Color

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

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


#5abccf Background Color

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

This div background color is #5abccf


#5abccf Border Color

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

This div border color is #5abccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,188,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 #5abccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abccf


Comments

No comments written yet.

Please login to write comment.