Color Hex Logo

#59cefe Color Hex

#59CEFE
(89,206,254)
0 Favorites   0 Comments

Color spaces of #59cefe

RGB 89206254
HSL0.550.990.67
HSV197°65°100°
CMYK 0.650.190.00   0.00
XYZ44.080553.4222101.7542
Yxy53.42220.22120.2681
Hunter Lab73.0905-20.2559-31.3783
CIE-Lab78.1236-18.6799-33.2542

#59cefe color RGB value is (89,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001110 11111110
Octal 131 316 376
Decimal 89 206 254
Hex 59 CE FE

RGB Percentages of Color #59cefe

%16.21
%37.52
%46.27

CMYK Percentages of Color #59cefe

%65
%19
%0
%0

Triadic Colors of #59cefe

#59cefe #fe59ce #cefe59

Analogous Colors of #59cefe

#59cefe #597cfe #59fedc

Monochromatic Colors of #59cefe

#59cefe

Complementary Color

#59cefe #fe8959

#59cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cefe Color CSS Codes

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

#59cefe Text Font Color

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

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


#59cefe Background Color

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

This div background color is #59cefe


#59cefe Border Color

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

This div border color is #59cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cefe


Comments

No comments written yet.

Please login to write comment.