Color Hex Logo

#59bfca Color Hex

#59BFCA
(89,191,202)
0 Favorites   0 Comments

Color spaces of #59bfca

RGB 89191202
HSL0.520.520.57
HSV186°56°79°
CMYK 0.560.050.00   0.21
XYZ33.411343.649762.5414
Yxy43.64970.23930.3127
Hunter Lab66.0679-25.3494-9.8777
CIE-Lab71.9937-26.4077-14.5383

#59bfca color RGB value is (89,191,202).

#59bfca hex color red value is 89, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #59bfca hue: 0.52 , saturation: 0.52 and the lightness value of 59bfca is 0.57.

The process color (four color CMYK) of #59bfca color hex is 0.56, 0.05, 0.00, 0.21. Web safe color of #59bfca is #66cccc. Color #59bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111111 11001010
Octal 131 277 312
Decimal 89 191 202
Hex 59 BF CA

RGB Percentages of Color #59bfca

%18.46
%39.63
%41.91

CMYK Percentages of Color #59bfca

%56
%5
%0
%21

Triadic Colors of #59bfca

#59bfca #ca59bf #bfca59

Analogous Colors of #59bfca

#59bfca #5987ca #59ca9d

Monochromatic Colors of #59bfca

#59bfca

Complementary Color

#59bfca #ca6459

#59bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bfca Color CSS Codes

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

#59bfca Text Font Color

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

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


#59bfca Background Color

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

This div background color is #59bfca


#59bfca Border Color

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

This div border color is #59bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bfca


Comments

No comments written yet.

Please login to write comment.