Color Hex Logo

#255aba Color Hex

#255ABA
(37,90,186)
0 Favorites   0 Comments

Color spaces of #255aba

RGB 3790186
HSL0.610.670.44
HSV219°80°73°
CMYK 0.800.520.00   0.27
XYZ13.282011.250847.9260
Yxy11.25080.18330.1553
Hunter Lab33.542211.9833-61.2356
CIE-Lab39.999718.0867-55.5854

#255aba color RGB value is (37,90,186).

#255aba hex color red value is 37, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #255aba hue: 0.61 , saturation: 0.67 and the lightness value of 255aba is 0.44.

The process color (four color CMYK) of #255aba color hex is 0.80, 0.52, 0.00, 0.27. Web safe color of #255aba is #3366cc. Color #255aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011010 10111010
Octal 45 132 272
Decimal 37 90 186
Hex 25 5A BA

RGB Percentages of Color #255aba

%11.82
%28.75
%59.42

CMYK Percentages of Color #255aba

%80
%52
%0
%27

Triadic Colors of #255aba

#255aba #ba255a #5aba25

Analogous Colors of #255aba

#255aba #3b25ba #25a5ba

Monochromatic Colors of #255aba

#255aba

Complementary Color

#255aba #ba8525

#255aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#255aba Color CSS Codes

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

#255aba Text Font Color

<p style="color:#255aba">Text here</p>

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


#255aba Background Color

<div style="background-color:#255aba">
Div content here</div>

This div background color is #255aba


#255aba Border Color

<div style="border:3px solid #255aba">
Div here</div>

This div border color is #255aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255aba;
  -webkit-box-shadow: 1px 1px 3px 2px #255aba;
  box-shadow:         1px 1px 3px 2px #255aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,90,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255aba


Comments

No comments written yet.

Please login to write comment.