Color Hex Logo

#255fab Color Hex

#255FAB
(37,95,171)
0 Favorites   0 Comments

Color spaces of #255fab

RGB 3795171
HSL0.590.640.41
HSV214°78°67°
CMYK 0.780.440.00   0.33
XYZ12.205811.518040.1080
Yxy11.51800.19120.1804
Hunter Lab33.93824.8054-46.3120
CIE-Lab40.43968.9846-46.0589

#255fab color RGB value is (37,95,171).

#255fab hex color red value is 37, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #255fab hue: 0.59 , saturation: 0.64 and the lightness value of 255fab is 0.41.

The process color (four color CMYK) of #255fab color hex is 0.78, 0.44, 0.00, 0.33. Web safe color of #255fab is #336699. Color #255fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 10101011
Octal 45 137 253
Decimal 37 95 171
Hex 25 5F AB

RGB Percentages of Color #255fab

%12.21
%31.35
%56.44

CMYK Percentages of Color #255fab

%78
%44
%0
%33

Triadic Colors of #255fab

#255fab #ab255f #5fab25

Analogous Colors of #255fab

#255fab #2e25ab #25a2ab

Monochromatic Colors of #255fab

#255fab

Complementary Color

#255fab #ab7125

#255fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#255fab Color CSS Codes

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

#255fab Text Font Color

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

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


#255fab Background Color

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

This div background color is #255fab


#255fab Border Color

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

This div border color is #255fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255fab


Comments

No comments written yet.

Please login to write comment.