Color Hex Logo

#59cafe Color Hex

#59CAFE
(89,202,254)
0 Favorites   0 Comments

Color spaces of #59cafe

RGB 89202254
HSL0.550.990.67
HSV199°65°100°
CMYK 0.650.200.00   0.00
XYZ43.129751.5207101.4372
Yxy51.52070.22000.2627
Hunter Lab71.7779-18.3548-33.5446
CIE-Lab76.9934-16.6110-34.9997

#59cafe color RGB value is (89,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001010 11111110
Octal 131 312 376
Decimal 89 202 254
Hex 59 CA FE

RGB Percentages of Color #59cafe

%16.33
%37.06
%46.61

CMYK Percentages of Color #59cafe

%65
%20
%0
%0

Triadic Colors of #59cafe

#59cafe #fe59ca #cafe59

Analogous Colors of #59cafe

#59cafe #5978fe #59fee0

Monochromatic Colors of #59cafe

#59cafe

Complementary Color

#59cafe #fe8d59

#59cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cafe Color CSS Codes

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

#59cafe Text Font Color

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

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


#59cafe Background Color

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

This div background color is #59cafe


#59cafe Border Color

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

This div border color is #59cafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,202,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 #59cafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.