Color Hex Logo

#59cffb Color Hex

#59CFFB
(89,207,251)
0 Favorites   0 Comments

Color spaces of #59cffb

RGB 89207251
HSL0.550.950.67
HSV196°65°98°
CMYK 0.650.180.00   0.02
XYZ43.845253.714599.3238
Yxy53.71450.22270.2728
Hunter Lab73.2902-21.4718-29.0475
CIE-Lab78.2950-20.1084-31.3894

#59cffb color RGB value is (89,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001111 11111011
Octal 131 317 373
Decimal 89 207 251
Hex 59 CF FB

RGB Percentages of Color #59cffb

%16.27
%37.84
%45.89

CMYK Percentages of Color #59cffb

%65
%18
%0
%2

Triadic Colors of #59cffb

#59cffb #fb59cf #cffb59

Analogous Colors of #59cffb

#59cffb #597efb #59fbd6

Monochromatic Colors of #59cffb

#59cffb

Complementary Color

#59cffb #fb8559

#59cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59cffb Color CSS Codes

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

#59cffb Text Font Color

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

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


#59cffb Background Color

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

This div background color is #59cffb


#59cffb Border Color

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

This div border color is #59cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59cffb


Comments

No comments written yet.

Please login to write comment.