Color Hex Logo

#53eecf Color Hex

#53EECF
(83,238,207)
0 Favorites   0 Comments

Color spaces of #53eecf

RGB 83238207
HSL0.470.820.63
HSV168°65°93°
CMYK 0.650.000.13   0.07
XYZ45.404367.493169.6659
Yxy67.49310.24870.3697
Hunter Lab82.1542-45.11797.2306
CIE-Lab85.7523-47.72623.0962

#53eecf color RGB value is (83,238,207).

#53eecf hex color red value is 83, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #53eecf hue: 0.47 , saturation: 0.82 and the lightness value of 53eecf is 0.63.

The process color (four color CMYK) of #53eecf color hex is 0.65, 0.00, 0.13, 0.07. Web safe color of #53eecf is #66ffcc. Color #53eecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101110 11001111
Octal 123 356 317
Decimal 83 238 207
Hex 53 EE CF

RGB Percentages of Color #53eecf

%15.72
%45.08
%39.20

CMYK Percentages of Color #53eecf

%65
%0
%13
%7

Triadic Colors of #53eecf

#53eecf #cf53ee #eecf53

Analogous Colors of #53eecf

#53eecf #53c0ee #53ee82

Monochromatic Colors of #53eecf

#53eecf

Complementary Color

#53eecf #ee5372

#53eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eecf Color CSS Codes

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

#53eecf Text Font Color

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

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


#53eecf Background Color

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

This div background color is #53eecf


#53eecf Border Color

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

This div border color is #53eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eecf


Comments

No comments written yet.

Please login to write comment.