Color Hex Logo

#155dda Color Hex

#155DDA
(21,93,218)
0 Favorites   0 Comments

Color spaces of #155dda

RGB 2193218
HSL0.610.820.47
HSV218°90°85°
CMYK 0.900.570.00   0.15
XYZ16.878513.050167.9590
Yxy13.05010.17240.1333
Hunter Lab36.124920.1812-86.2502
CIE-Lab42.838627.4254-69.4738

#155dda color RGB value is (21,93,218).

#155dda hex color red value is 21, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #155dda hue: 0.61 , saturation: 0.82 and the lightness value of 155dda is 0.47.

The process color (four color CMYK) of #155dda color hex is 0.90, 0.57, 0.00, 0.15. Web safe color of #155dda is #0066cc. Color #155dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011101 11011010
Octal 25 135 332
Decimal 21 93 218
Hex 15 5D DA

RGB Percentages of Color #155dda

%6.33
%28.01
%65.66

CMYK Percentages of Color #155dda

%90
%57
%0
%15

Triadic Colors of #155dda

#155dda #da155d #5dda15

Analogous Colors of #155dda

#155dda #3015da #15c0da

Monochromatic Colors of #155dda

#155dda

Complementary Color

#155dda #da9215

#155dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#155dda Color CSS Codes

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

#155dda Text Font Color

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

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


#155dda Background Color

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

This div background color is #155dda


#155dda Border Color

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

This div border color is #155dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155dda


Comments

No comments written yet.

Please login to write comment.