Color Hex Logo

#1954ab Color Hex

#1954AB
(25,84,171)
0 Favorites   0 Comments

Color spaces of #1954ab

RGB 2584171
HSL0.600.740.38
HSV216°85°67°
CMYK 0.850.510.00   0.33
XYZ10.92199.487639.7837
Yxy9.48760.18140.1576
Hunter Lab30.80199.3900-55.0174
CIE-Lab36.906615.0383-51.7627

#1954ab color RGB value is (25,84,171).

#1954ab hex color red value is 25, green value is 84 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1954ab hue: 0.60 , saturation: 0.74 and the lightness value of 1954ab is 0.38.

The process color (four color CMYK) of #1954ab color hex is 0.85, 0.51, 0.00, 0.33. Web safe color of #1954ab is #006699. Color #1954ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010100 10101011
Octal 31 124 253
Decimal 25 84 171
Hex 19 54 AB

RGB Percentages of Color #1954ab

%8.93
%30.00
%61.07

CMYK Percentages of Color #1954ab

%85
%51
%0
%33

Triadic Colors of #1954ab

#1954ab #ab1954 #54ab19

Analogous Colors of #1954ab

#1954ab #2719ab #199dab

Monochromatic Colors of #1954ab

#1954ab

Complementary Color

#1954ab #ab7019

#1954ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1954ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1954ab Color CSS Codes

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

#1954ab Text Font Color

<p style="color:#1954ab">Text here</p>

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


#1954ab Background Color

<div style="background-color:#1954ab">
Div content here</div>

This div background color is #1954ab


#1954ab Border Color

<div style="border:3px solid #1954ab">
Div here</div>

This div border color is #1954ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,84,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1954ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1954ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1954ab;
  box-shadow:         1px 1px 3px 2px #1954ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,84,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1954ab


Comments

No comments written yet.

Please login to write comment.