Color Hex Logo

#59bdff Color Hex

#59BDFF
(89,189,255)
0 Favorites   0 Comments

Color spaces of #59bdff

RGB 89189255
HSL0.571.000.67
HSV204°65°100°
CMYK 0.650.260.00   0.00
XYZ40.367445.7390101.3087
Yxy45.73900.21540.2441
Hunter Lab67.6306-11.8104-41.4733
CIE-Lab73.3759-9.4027-41.1542

#59bdff color RGB value is (89,189,255).

#59bdff hex color red value is 89, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #59bdff hue: 0.57 , saturation: 1.00 and the lightness value of 59bdff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111101 11111111
Octal 131 275 377
Decimal 89 189 255
Hex 59 BD FF

RGB Percentages of Color #59bdff

%16.70
%35.46
%47.84

CMYK Percentages of Color #59bdff

%65
%26
%0
%0

Triadic Colors of #59bdff

#59bdff #ff59bd #bdff59

Analogous Colors of #59bdff

#59bdff #596aff #59ffee

Monochromatic Colors of #59bdff

#59bdff

Complementary Color

#59bdff #ff9b59

#59bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bdff Color CSS Codes

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

#59bdff Text Font Color

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

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


#59bdff Background Color

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

This div background color is #59bdff


#59bdff Border Color

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

This div border color is #59bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bdff


Comments

No comments written yet.

Please login to write comment.