Color Hex Logo

#53cabe Color Hex

#53CABE
(83,202,190)
0 Favorites   0 Comments

Color spaces of #53cabe

RGB 83202190
HSL0.480.530.56
HSV174°59°79°
CMYK 0.590.000.06   0.21
XYZ33.982147.797856.1500
Yxy47.79780.24640.3465
Hunter Lab69.1360-33.25060.2417
CIE-Lab74.6972-36.0625-4.0091

#53cabe color RGB value is (83,202,190).

#53cabe hex color red value is 83, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #53cabe hue: 0.48 , saturation: 0.53 and the lightness value of 53cabe is 0.56.

The process color (four color CMYK) of #53cabe color hex is 0.59, 0.00, 0.06, 0.21. Web safe color of #53cabe is #66cccc. Color #53cabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001010 10111110
Octal 123 312 276
Decimal 83 202 190
Hex 53 CA BE

RGB Percentages of Color #53cabe

%17.47
%42.53
%40.00

CMYK Percentages of Color #53cabe

%59
%0
%6
%21

Triadic Colors of #53cabe

#53cabe #be53ca #cabe53

Analogous Colors of #53cabe

#53cabe #539bca #53ca83

Monochromatic Colors of #53cabe

#53cabe

Complementary Color

#53cabe #ca535f

#53cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cabe Color CSS Codes

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

#53cabe Text Font Color

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

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


#53cabe Background Color

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

This div background color is #53cabe


#53cabe Border Color

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

This div border color is #53cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cabe


Comments

No comments written yet.

Please login to write comment.