Color Hex Logo

#154fdd Color Hex

#154FDD
(21,79,221)
0 Favorites   0 Comments

Color spaces of #154fdd

RGB 2179221
HSL0.620.830.47
HSV223°90°87°
CMYK 0.900.640.00   0.13
XYZ16.156410.971969.6729
Yxy10.97190.16690.1133
Hunter Lab33.123929.0979-101.5242
CIE-Lab39.533137.6070-76.5980

#154fdd color RGB value is (21,79,221).

#154fdd hex color red value is 21, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #154fdd hue: 0.62 , saturation: 0.83 and the lightness value of 154fdd is 0.47.

The process color (four color CMYK) of #154fdd color hex is 0.90, 0.64, 0.00, 0.13. Web safe color of #154fdd is #0066cc. Color #154fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001111 11011101
Octal 25 117 335
Decimal 21 79 221
Hex 15 4F DD

RGB Percentages of Color #154fdd

%6.54
%24.61
%68.85

CMYK Percentages of Color #154fdd

%90
%64
%0
%13

Triadic Colors of #154fdd

#154fdd #dd154f #4fdd15

Analogous Colors of #154fdd

#154fdd #3f15dd #15b3dd

Monochromatic Colors of #154fdd

#154fdd

Complementary Color

#154fdd #dda315

#154fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#154fdd Color CSS Codes

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

#154fdd Text Font Color

<p style="color:#154fdd">Text here</p>

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


#154fdd Background Color

<div style="background-color:#154fdd">
Div content here</div>

This div background color is #154fdd


#154fdd Border Color

<div style="border:3px solid #154fdd">
Div here</div>

This div border color is #154fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,79,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #154fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #154fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #154fdd;
  box-shadow:         1px 1px 3px 2px #154fdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154fdd


Comments

No comments written yet.

Please login to write comment.