Color Hex Logo

#255ea6 Color Hex

#255EA6
(37,94,166)
0 Favorites   0 Comments

Color spaces of #255ea6

RGB 3794166
HSL0.590.640.40
HSV213°78°65°
CMYK 0.780.430.00   0.35
XYZ11.648611.151937.6150
Yxy11.15190.19280.1846
Hunter Lab33.39453.8238-43.4072
CIE-Lab39.83517.6914-44.0668

#255ea6 color RGB value is (37,94,166).

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

The process color (four color CMYK) of #255ea6 color hex is 0.78, 0.43, 0.00, 0.35. Web safe color of #255ea6 is #336699. Color #255ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 10100110
Octal 45 136 246
Decimal 37 94 166
Hex 25 5E A6

RGB Percentages of Color #255ea6

%12.46
%31.65
%55.89

CMYK Percentages of Color #255ea6

%78
%43
%0
%35

Triadic Colors of #255ea6

#255ea6 #a6255e #5ea625

Analogous Colors of #255ea6

#255ea6 #2d25a6 #259fa6

Monochromatic Colors of #255ea6

#255ea6

Complementary Color

#255ea6 #a66d25

#255ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255ea6 Color CSS Codes

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

#255ea6 Text Font Color

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

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


#255ea6 Background Color

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

This div background color is #255ea6


#255ea6 Border Color

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

This div border color is #255ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255ea6

#255ea6 Color Palettes


Comments

No comments written yet.

Please login to write comment.