Color Hex Logo

#53bedf Color Hex

#53BEDF
(83,190,223)
0 Favorites   0 Comments

Color spaces of #53bedf

RGB 83190223
HSL0.540.690.60
HSV194°63°87°
CMYK 0.630.150.00   0.13
XYZ35.300043.993676.4431
Yxy43.99360.22670.2825
Hunter Lab66.3277-21.0746-21.9028
CIE-Lab72.2242-20.8735-25.6446

#53bedf color RGB value is (83,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111110 11011111
Octal 123 276 337
Decimal 83 190 223
Hex 53 BE DF

RGB Percentages of Color #53bedf

%16.73
%38.31
%44.96

CMYK Percentages of Color #53bedf

%63
%15
%0
%13

Triadic Colors of #53bedf

#53bedf #df53be #bedf53

Analogous Colors of #53bedf

#53bedf #5378df #53dfba

Monochromatic Colors of #53bedf

#53bedf

Complementary Color

#53bedf #df7453

#53bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bedf Color CSS Codes

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

#53bedf Text Font Color

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

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


#53bedf Background Color

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

This div background color is #53bedf


#53bedf Border Color

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

This div border color is #53bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bedf


Comments

No comments written yet.

Please login to write comment.