Color Hex Logo

#153eed Color Hex

#153EED
(21,62,237)
0 Favorites   0 Comments

Color spaces of #153eed

RGB 2162237
HSL0.640.860.51
HSV229°91°93°
CMYK 0.910.740.00   0.07
XYZ17.31799.719181.0840
Yxy9.71910.16020.0899
Hunter Lab31.175544.5993-132.3840
CIE-Lab37.333553.5724-89.3278

#153eed color RGB value is (21,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111110 11101101
Octal 25 76 355
Decimal 21 62 237
Hex 15 3E ED

RGB Percentages of Color #153eed

%6.56
%19.38
%74.06

CMYK Percentages of Color #153eed

%91
%74
%0
%7

Triadic Colors of #153eed

#153eed #ed153e #3eed15

Analogous Colors of #153eed

#153eed #5815ed #15aaed

Monochromatic Colors of #153eed

#153eed

Complementary Color

#153eed #edc415

#153eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#153eed Color CSS Codes

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

#153eed Text Font Color

<p style="color:#153eed">Text here</p>

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


#153eed Background Color

<div style="background-color:#153eed">
Div content here</div>

This div background color is #153eed


#153eed Border Color

<div style="border:3px solid #153eed">
Div here</div>

This div border color is #153eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,62,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153eed;
  -webkit-box-shadow: 1px 1px 3px 2px #153eed;
  box-shadow:         1px 1px 3px 2px #153eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153eed


Comments

No comments written yet.

Please login to write comment.