Color Hex Logo

#53bedc Color Hex

#53BEDC
(83,190,220)
0 Favorites   0 Comments

Color spaces of #53bedc

RGB 83190220
HSL0.540.660.59
HSV193°62°86°
CMYK 0.620.140.00   0.14
XYZ34.899043.833274.3314
Yxy43.83320.22800.2864
Hunter Lab66.2066-21.7703-20.2213
CIE-Lab72.1169-21.7768-24.1776

#53bedc color RGB value is (83,190,220).

#53bedc hex color red value is 83, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #53bedc hue: 0.54 , saturation: 0.66 and the lightness value of 53bedc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111110 11011100
Octal 123 276 334
Decimal 83 190 220
Hex 53 BE DC

RGB Percentages of Color #53bedc

%16.84
%38.54
%44.62

CMYK Percentages of Color #53bedc

%62
%14
%0
%14

Triadic Colors of #53bedc

#53bedc #dc53be #bedc53

Analogous Colors of #53bedc

#53bedc #537adc #53dcb6

Monochromatic Colors of #53bedc

#53bedc

Complementary Color

#53bedc #dc7153

#53bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bedc Color CSS Codes

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

#53bedc Text Font Color

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

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


#53bedc Background Color

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

This div background color is #53bedc


#53bedc Border Color

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

This div border color is #53bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bedc


Comments

No comments written yet.

Please login to write comment.