color codes Logo

#53fbdc color codes

#53FBDC
(83,251,220)
0 Favorites   0 Comments

Color spaces of #53fbdc

RGB 83251220
HSL0.470.950.65
HSV169°67°98°
CMYK 0.670.000.12   0.02
XYZ50.982776.000779.6927
Yxy76.00070.24670.3677
Hunter Lab87.1784-48.17386.8259
CIE-Lab89.8597-50.03722.2774

#53fbdc color RGB value is (83,251,220).

#53fbdc hex color red value is 83, green value is 251 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #53fbdc hue: 0.47 , saturation: 0.95 and the lightness value of 53fbdc is 0.65.

The process color (four color CMYK) of #53fbdc color code is 0.67, 0.00, 0.12, 0.02. Web safe color of #53fbdc is #66ffcc. Color #53fbdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111011 11011100
Octal 123 373 334
Decimal 83 251 220
Hex 53 FB DC

RGB Percentages of Color #53fbdc

%14.98
%45.31
%39.71

CMYK Percentages of Color #53fbdc

%67
%0
%12
%2

Triadic Colors of #53fbdc

#53fbdc #dc53fb #fbdc53

Analogous Colors of #53fbdc

#53fbdc #53c6fb #53fb88

Monochromatic Colors of #53fbdc

#53fbdc

Complementary Color

#53fbdc #fb5372

#53fbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fbdc Color CSS Codes

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

#53fbdc Text Font Color

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

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


#53fbdc Background Color

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

This div background color is #53fbdc


#53fbdc Border Color

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

This div border color is #53fbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fbdc


Comments

No comments written yet.

Please login to write comment.