Color Hex Logo

#53eacf Color Hex

#53EACF
(83,234,207)
0 Favorites   0 Comments

Color spaces of #53eacf

RGB 83234207
HSL0.470.780.62
HSV169°65°92°
CMYK 0.650.000.12   0.08
XYZ44.252665.189669.2820
Yxy65.18960.24760.3647
Hunter Lab80.7401-43.46165.6421
CIE-Lab84.5813-46.01191.3943

#53eacf color RGB value is (83,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101010 11001111
Octal 123 352 317
Decimal 83 234 207
Hex 53 EA CF

RGB Percentages of Color #53eacf

%15.84
%44.66
%39.50

CMYK Percentages of Color #53eacf

%65
%0
%12
%8

Triadic Colors of #53eacf

#53eacf #cf53ea #eacf53

Analogous Colors of #53eacf

#53eacf #53baea #53ea84

Monochromatic Colors of #53eacf

#53eacf

Complementary Color

#53eacf #ea536e

#53eacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eacf Color CSS Codes

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

#53eacf Text Font Color

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

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


#53eacf Background Color

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

This div background color is #53eacf


#53eacf Border Color

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

This div border color is #53eacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,234,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 #53eacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eacf


Comments

No comments written yet.

Please login to write comment.