Color Hex Logo

#053eee Color Hex

#053EEE
(5,62,238)
0 Favorites   0 Comments

Color spaces of #053eee

RGB 562238
HSL0.630.960.48
HSV225°98°93°
CMYK 0.980.740.00   0.07
XYZ17.21789.650681.8442
Yxy9.65060.15840.0888
Hunter Lab31.065444.5680-134.4582
CIE-Lab37.207953.5666-90.1092

#053eee color RGB value is (5,62,238).

#053eee hex color red value is 5, green value is 62 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #053eee hue: 0.63 , saturation: 0.96 and the lightness value of 053eee is 0.48.

The process color (four color CMYK) of #053eee color hex is 0.98, 0.74, 0.00, 0.07. Web safe color of #053eee is #0033ff. Color #053eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111110 11101110
Octal 5 76 356
Decimal 5 62 238
Hex 5 3E EE

RGB Percentages of Color #053eee

%1.64
%20.33
%78.03

CMYK Percentages of Color #053eee

%98
%74
%0
%7

Triadic Colors of #053eee

#053eee #ee053e #3eee05

Analogous Colors of #053eee

#053eee #4005ee #05b3ee

Monochromatic Colors of #053eee

#053eee

Complementary Color

#053eee #eeb505

#053eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#053eee Color CSS Codes

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

#053eee Text Font Color

<p style="color:#053eee">Text here</p>

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


#053eee Background Color

<div style="background-color:#053eee">
Div content here</div>

This div background color is #053eee


#053eee Border Color

<div style="border:3px solid #053eee">
Div here</div>

This div border color is #053eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,62,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #053eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #053eee;
  -webkit-box-shadow: 1px 1px 3px 2px #053eee;
  box-shadow:         1px 1px 3px 2px #053eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,62,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053eee


Comments

No comments written yet.

Please login to write comment.