Color Hex Logo

#59bebf Color Hex

#59BEBF
(89,190,191)
0 Favorites   0 Comments

Color spaces of #59bebf

RGB 89190191
HSL0.500.440.55
HSV181°53°75°
CMYK 0.530.010.00   0.25
XYZ31.937242.712355.8513
Yxy42.71230.24470.3273
Hunter Lab65.3546-27.1421-4.9203
CIE-Lab71.3593-28.9408-9.4792

#59bebf color RGB value is (89,190,191).

#59bebf hex color red value is 89, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #59bebf hue: 0.50 , saturation: 0.44 and the lightness value of 59bebf is 0.55.

The process color (four color CMYK) of #59bebf color hex is 0.53, 0.01, 0.00, 0.25. Web safe color of #59bebf is #66cccc. Color #59bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111110 10111111
Octal 131 276 277
Decimal 89 190 191
Hex 59 BE BF

RGB Percentages of Color #59bebf

%18.94
%40.43
%40.64

CMYK Percentages of Color #59bebf

%53
%1
%0
%25

Triadic Colors of #59bebf

#59bebf #bf59be #bebf59

Analogous Colors of #59bebf

#59bebf #598bbf #59bf8d

Monochromatic Colors of #59bebf

#59bebf

Complementary Color

#59bebf #bf5a59

#59bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bebf Color CSS Codes

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

#59bebf Text Font Color

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

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


#59bebf Background Color

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

This div background color is #59bebf


#59bebf Border Color

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

This div border color is #59bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bebf


Comments

No comments written yet.

Please login to write comment.