Color Hex Logo

#53fbce Color Hex

#53FBCE
(83,251,206)
0 Favorites   0 Comments

Color spaces of #53fbce

RGB 83251206
HSL0.460.950.65
HSV164°67°98°
CMYK 0.670.000.18   0.02
XYZ49.205075.289670.3315
Yxy75.28960.25260.3864
Hunter Lab86.7696-50.623612.6809
CIE-Lab89.5285-53.38759.0596

#53fbce color RGB value is (83,251,206).

#53fbce hex color red value is 83, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #53fbce hue: 0.46 , saturation: 0.95 and the lightness value of 53fbce is 0.65.

The process color (four color CMYK) of #53fbce color hex is 0.67, 0.00, 0.18, 0.02. Web safe color of #53fbce is #66ffcc. Color #53fbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111011 11001110
Octal 123 373 316
Decimal 83 251 206
Hex 53 FB CE

RGB Percentages of Color #53fbce

%15.37
%46.48
%38.15

CMYK Percentages of Color #53fbce

%67
%0
%18
%2

Triadic Colors of #53fbce

#53fbce #ce53fb #fbce53

Analogous Colors of #53fbce

#53fbce #53d4fb #53fb7a

Monochromatic Colors of #53fbce

#53fbce

Complementary Color

#53fbce #fb5380

#53fbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fbce Color CSS Codes

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

#53fbce Text Font Color

<p style="color:#53fbce">Text here</p>

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


#53fbce Background Color

<div style="background-color:#53fbce">
Div content here</div>

This div background color is #53fbce


#53fbce Border Color

<div style="border:3px solid #53fbce">
Div here</div>

This div border color is #53fbce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,251,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53fbce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53fbce;
  -webkit-box-shadow: 1px 1px 3px 2px #53fbce;
  box-shadow:         1px 1px 3px 2px #53fbce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fbce


Comments

No comments written yet.

Please login to write comment.