Color Hex Logo

#53cfda Color Hex

#53CFDA
(83,207,218)
0 Favorites   0 Comments

Color spaces of #53cfda

RGB 83207218
HSL0.510.650.59
HSV185°62°85°
CMYK 0.620.050.00   0.15
XYZ38.535051.526674.2443
Yxy51.52660.23450.3136
Hunter Lab71.7820-29.7938-11.0763
CIE-Lab76.9969-30.7857-15.6950

#53cfda color RGB value is (83,207,218).

#53cfda hex color red value is 83, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #53cfda hue: 0.51 , saturation: 0.65 and the lightness value of 53cfda is 0.59.

The process color (four color CMYK) of #53cfda color hex is 0.62, 0.05, 0.00, 0.15. Web safe color of #53cfda is #66cccc. Color #53cfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001111 11011010
Octal 123 317 332
Decimal 83 207 218
Hex 53 CF DA

RGB Percentages of Color #53cfda

%16.34
%40.75
%42.91

CMYK Percentages of Color #53cfda

%62
%5
%0
%15

Triadic Colors of #53cfda

#53cfda #da53cf #cfda53

Analogous Colors of #53cfda

#53cfda #538cda #53daa2

Monochromatic Colors of #53cfda

#53cfda

Complementary Color

#53cfda #da5e53

#53cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cfda Color CSS Codes

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

#53cfda Text Font Color

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

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


#53cfda Background Color

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

This div background color is #53cfda


#53cfda Border Color

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

This div border color is #53cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cfda


Comments

No comments written yet.

Please login to write comment.