Color Hex Logo

#255eba Color Hex

#255EBA
(37,94,186)
0 Favorites   0 Comments

Color spaces of #255eba

RGB 3794186
HSL0.600.670.44
HSV217°80°73°
CMYK 0.800.490.00   0.27
XYZ13.628611.943948.0415
Yxy11.94390.18510.1623
Hunter Lab34.55999.9110-58.2266
CIE-Lab41.126815.4661-53.7642

#255eba color RGB value is (37,94,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 10111010
Octal 45 136 272
Decimal 37 94 186
Hex 25 5E BA

RGB Percentages of Color #255eba

%11.67
%29.65
%58.68

CMYK Percentages of Color #255eba

%80
%49
%0
%27

Triadic Colors of #255eba

#255eba #ba255e #5eba25

Analogous Colors of #255eba

#255eba #3725ba #25a9ba

Monochromatic Colors of #255eba

#255eba

Complementary Color

#255eba #ba8125

#255eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#255eba Color CSS Codes

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

#255eba Text Font Color

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

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


#255eba Background Color

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

This div background color is #255eba


#255eba Border Color

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

This div border color is #255eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255eba


Comments

No comments written yet.

Please login to write comment.