Color Hex Logo

#53fbee Color Hex

#53FBEE
(83,251,238)
0 Favorites   0 Comments

Color spaces of #53fbee

RGB 83251238
HSL0.490.950.65
HSV175°67°98°
CMYK 0.670.000.05   0.02
XYZ53.497177.006492.9331
Yxy77.00640.23940.3446
Hunter Lab87.7533-44.7492-1.3624
CIE-Lab90.3246-45.4693-6.3961

#53fbee color RGB value is (83,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111011 11101110
Octal 123 373 356
Decimal 83 251 238
Hex 53 FB EE

RGB Percentages of Color #53fbee

%14.51
%43.88
%41.61

CMYK Percentages of Color #53fbee

%67
%0
%5
%2

Triadic Colors of #53fbee

#53fbee #ee53fb #fbee53

Analogous Colors of #53fbee

#53fbee #53b4fb #53fb9a

Monochromatic Colors of #53fbee

#53fbee

Complementary Color

#53fbee #fb5360

#53fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fbee Color CSS Codes

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

#53fbee Text Font Color

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

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


#53fbee Background Color

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

This div background color is #53fbee


#53fbee Border Color

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

This div border color is #53fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fbee


Comments

No comments written yet.

Please login to write comment.