Color Hex Logo

#155fed Color Hex

#155FED
(21,95,237)
0 Favorites   0 Comments

Color spaces of #155fed

RGB 2195237
HSL0.610.860.51
HSV219°91°93°
CMYK 0.910.600.00   0.07
XYZ19.687514.458381.8738
Yxy14.45830.16970.1246
Hunter Lab38.024125.8788-101.0470
CIE-Lab44.883133.4107-76.8979

#155fed color RGB value is (21,95,237).

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

The process color (four color CMYK) of #155fed color hex is 0.91, 0.60, 0.00, 0.07. Web safe color of #155fed is #0066ff. Color #155fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011111 11101101
Octal 25 137 355
Decimal 21 95 237
Hex 15 5F ED

RGB Percentages of Color #155fed

%5.95
%26.91
%67.14

CMYK Percentages of Color #155fed

%91
%60
%0
%7

Triadic Colors of #155fed

#155fed #ed155f #5fed15

Analogous Colors of #155fed

#155fed #3715ed #15cbed

Monochromatic Colors of #155fed

#155fed

Complementary Color

#155fed #eda315

#155fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#155fed Color CSS Codes

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

#155fed Text Font Color

<p style="color:#155fed">Text here</p>

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


#155fed Background Color

<div style="background-color:#155fed">
Div content here</div>

This div background color is #155fed


#155fed Border Color

<div style="border:3px solid #155fed">
Div here</div>

This div border color is #155fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155fed


Comments

No comments written yet.

Please login to write comment.