Color Hex Logo

#255eab Color Hex

#255EAB
(37,94,171)
0 Favorites   0 Comments

Color spaces of #255eab

RGB 3794171
HSL0.600.640.41
HSV214°78°67°
CMYK 0.780.450.00   0.33
XYZ12.116311.339040.0781
Yxy11.33900.19070.1785
Hunter Lab33.67345.2990-46.9955
CIE-Lab40.14579.6333-46.5300

#255eab color RGB value is (37,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 10101011
Octal 45 136 253
Decimal 37 94 171
Hex 25 5E AB

RGB Percentages of Color #255eab

%12.25
%31.13
%56.62

CMYK Percentages of Color #255eab

%78
%45
%0
%33

Triadic Colors of #255eab

#255eab #ab255e #5eab25

Analogous Colors of #255eab

#255eab #2f25ab #25a1ab

Monochromatic Colors of #255eab

#255eab

Complementary Color

#255eab #ab7225

#255eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#255eab Color CSS Codes

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

#255eab Text Font Color

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

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


#255eab Background Color

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

This div background color is #255eab


#255eab Border Color

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

This div border color is #255eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255eab


Comments

No comments written yet.

Please login to write comment.