Color Hex Logo

#053cee Color Hex

#053CEE
(5,60,238)
0 Favorites   0 Comments

Color spaces of #053cee

RGB 560238
HSL0.630.960.48
HSV226°98°93°
CMYK 0.980.750.00   0.07
XYZ17.11119.437081.8086
Yxy9.43700.15790.0871
Hunter Lab30.719745.6663-136.3894
CIE-Lab36.812454.6856-90.7647

#053cee color RGB value is (5,60,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111100 11101110
Octal 5 74 356
Decimal 5 60 238
Hex 5 3C EE

RGB Percentages of Color #053cee

%1.65
%19.80
%78.55

CMYK Percentages of Color #053cee

%98
%75
%0
%7

Triadic Colors of #053cee

#053cee #ee053c #3cee05

Analogous Colors of #053cee

#053cee #4205ee #05b1ee

Monochromatic Colors of #053cee

#053cee

Complementary Color

#053cee #eeb705

#053cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#053cee Color CSS Codes

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

#053cee Text Font Color

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

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


#053cee Background Color

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

This div background color is #053cee


#053cee Border Color

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

This div border color is #053cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,60,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 #053cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053cee


Comments

No comments written yet.

Please login to write comment.