Color Hex Logo

#53ceae Color Hex

#53CEAE
(83,206,174)
0 Favorites   0 Comments

Color spaces of #53ceae

RGB 83206174
HSL0.460.560.57
HSV164°60°81°
CMYK 0.600.000.16   0.19
XYZ33.278649.037647.7556
Yxy49.03760.25580.3770
Hunter Lab70.0269-37.71918.5853
CIE-Lab75.4747-41.87975.7589

#53ceae color RGB value is (83,206,174).

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

The process color (four color CMYK) of #53ceae color hex is 0.60, 0.00, 0.16, 0.19. Web safe color of #53ceae is #66cc99. Color #53ceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001110 10101110
Octal 123 316 256
Decimal 83 206 174
Hex 53 CE AE

RGB Percentages of Color #53ceae

%17.93
%44.49
%37.58

CMYK Percentages of Color #53ceae

%60
%0
%16
%19

Triadic Colors of #53ceae

#53ceae #ae53ce #ceae53

Analogous Colors of #53ceae

#53ceae #53b1ce #53ce71

Monochromatic Colors of #53ceae

#53ceae

Complementary Color

#53ceae #ce5373

#53ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ceae Color CSS Codes

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

#53ceae Text Font Color

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

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


#53ceae Background Color

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

This div background color is #53ceae


#53ceae Border Color

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

This div border color is #53ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ceae


Comments

No comments written yet.

Please login to write comment.