Color Hex Logo

#0053ce Color Hex

#0053CE
(0,83,206)
0 Favorites   0 Comments

Color spaces of #0053ce

RGB 083206
HSL0.601.000.40
HSV216°100°81°
CMYK 1.000.600.00   0.19
XYZ14.233810.642759.6966
Yxy10.64270.16830.1258
Hunter Lab32.623220.7908-85.6576
CIE-Lab38.972028.5717-68.9122

#0053ce color RGB value is (0,83,206).

#0053ce hex color red value is 0, green value is 83 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0053ce hue: 0.60 , saturation: 1.00 and the lightness value of 0053ce is 0.40.

The process color (four color CMYK) of #0053ce color hex is 1.00, 0.60, 0.00, 0.19. Web safe color of #0053ce is #0066cc. Color #0053ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010011 11001110
Octal 0 123 316
Decimal 0 83 206
Hex 0 53 CE

RGB Percentages of Color #0053ce

%0.00
%28.72
%71.28

CMYK Percentages of Color #0053ce

%100
%60
%0
%19

Triadic Colors of #0053ce

#0053ce #ce0053 #53ce00

Analogous Colors of #0053ce

#0053ce #1400ce #00bace

Monochromatic Colors of #0053ce

#0053ce

Complementary Color

#0053ce #ce7b00

#0053ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0053ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0053ce Color CSS Codes

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

#0053ce Text Font Color

<p style="color:#0053ce">Text here</p>

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


#0053ce Background Color

<div style="background-color:#0053ce">
Div content here</div>

This div background color is #0053ce


#0053ce Border Color

<div style="border:3px solid #0053ce">
Div here</div>

This div border color is #0053ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0053ce


Comments

No comments written yet.

Please login to write comment.