Color Hex Logo

#153ebc Color Hex

#153EBC
(21,62,188)
0 Favorites   0 Comments

Color spaces of #153ebc

RGB 2162188
HSL0.630.800.41
HSV225°89°74°
CMYK 0.890.670.00   0.26
XYZ11.10907.235548.3880
Yxy7.23550.16650.1084
Hunter Lab26.898926.6459-87.8267
CIE-Lab32.337136.1147-69.2840

#153ebc color RGB value is (21,62,188).

#153ebc hex color red value is 21, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #153ebc hue: 0.63 , saturation: 0.80 and the lightness value of 153ebc is 0.41.

The process color (four color CMYK) of #153ebc color hex is 0.89, 0.67, 0.00, 0.26. Web safe color of #153ebc is #0033cc. Color #153ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111110 10111100
Octal 25 76 274
Decimal 21 62 188
Hex 15 3E BC

RGB Percentages of Color #153ebc

%7.75
%22.88
%69.37

CMYK Percentages of Color #153ebc

%89
%67
%0
%26

Triadic Colors of #153ebc

#153ebc #bc153e #3ebc15

Analogous Colors of #153ebc

#153ebc #3f15bc #1592bc

Monochromatic Colors of #153ebc

#153ebc

Complementary Color

#153ebc #bc9315

#153ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#153ebc Color CSS Codes

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

#153ebc Text Font Color

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

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


#153ebc Background Color

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

This div background color is #153ebc


#153ebc Border Color

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

This div border color is #153ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153ebc


Comments

No comments written yet.

Please login to write comment.