Color Hex Logo

#1536ee Color Hex

#1536EE
(21,54,238)
0 Favorites   0 Comments

Color spaces of #1536ee

RGB 2154238
HSL0.640.860.51
HSV231°91°93°
CMYK 0.910.770.00   0.07
XYZ17.06108.970881.7212
Yxy8.97080.15830.0833
Hunter Lab29.951349.2633-140.8051
CIE-Lab35.928058.2219-92.2247

#1536ee color RGB value is (21,54,238).

#1536ee hex color red value is 21, green value is 54 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1536ee hue: 0.64 , saturation: 0.86 and the lightness value of 1536ee is 0.51.

The process color (four color CMYK) of #1536ee color hex is 0.91, 0.77, 0.00, 0.07. Web safe color of #1536ee is #0033ff. Color #1536ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110110 11101110
Octal 25 66 356
Decimal 21 54 238
Hex 15 36 EE

RGB Percentages of Color #1536ee

%6.71
%17.25
%76.04

CMYK Percentages of Color #1536ee

%91
%77
%0
%7

Triadic Colors of #1536ee

#1536ee #ee1536 #36ee15

Analogous Colors of #1536ee

#1536ee #6115ee #15a3ee

Monochromatic Colors of #1536ee

#1536ee

Complementary Color

#1536ee #eecd15

#1536ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1536ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1536ee Color CSS Codes

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

#1536ee Text Font Color

<p style="color:#1536ee">Text here</p>

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


#1536ee Background Color

<div style="background-color:#1536ee">
Div content here</div>

This div background color is #1536ee


#1536ee Border Color

<div style="border:3px solid #1536ee">
Div here</div>

This div border color is #1536ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,54,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1536ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1536ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1536ee;
  box-shadow:         1px 1px 3px 2px #1536ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,54,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 #1536ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1536ee


Comments

No comments written yet.

Please login to write comment.