Color Hex Logo

#59cafb Color Hex

#59CAFB
(89,202,251)
0 Favorites   0 Comments

Color spaces of #59cafb

RGB 89202251
HSL0.550.950.67
HSV198°65°98°
CMYK 0.650.200.00   0.02
XYZ42.652951.329998.9264
Yxy51.32990.22110.2661
Hunter Lab71.6449-19.1108-31.7155
CIE-Lab76.8784-17.5367-33.5727

#59cafb color RGB value is (89,202,251).

#59cafb hex color red value is 89, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #59cafb hue: 0.55 , saturation: 0.95 and the lightness value of 59cafb is 0.67.

The process color (four color CMYK) of #59cafb color hex is 0.65, 0.20, 0.00, 0.02. Web safe color of #59cafb is #66ccff. Color #59cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11111011
Octal 131 312 373
Decimal 89 202 251
Hex 59 CA FB

RGB Percentages of Color #59cafb

%16.42
%37.27
%46.31

CMYK Percentages of Color #59cafb

%65
%20
%0
%2

Triadic Colors of #59cafb

#59cafb #fb59ca #cafb59

Analogous Colors of #59cafb

#59cafb #5979fb #59fbdb

Monochromatic Colors of #59cafb

#59cafb

Complementary Color

#59cafb #fb8a59

#59cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cafb Color CSS Codes

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

#59cafb Text Font Color

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

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


#59cafb Background Color

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

This div background color is #59cafb


#59cafb Border Color

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

This div border color is #59cafb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,202,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59cafb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59cafb;
  -webkit-box-shadow: 1px 1px 3px 2px #59cafb;
  box-shadow:         1px 1px 3px 2px #59cafb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,202,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cafb


Comments

No comments written yet.

Please login to write comment.