Color Hex Logo

#255ebe Color Hex

#255EBE
(37,94,190)
0 Favorites   0 Comments

Color spaces of #255ebe

RGB 3794190
HSL0.600.670.45
HSV218°81°75°
CMYK 0.810.510.00   0.25
XYZ14.059912.116450.3129
Yxy12.11640.18380.1584
Hunter Lab34.808611.1846-61.3326
CIE-Lab41.400517.0183-55.6550

#255ebe color RGB value is (37,94,190).

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

The process color (four color CMYK) of #255ebe color hex is 0.81, 0.51, 0.00, 0.25. Web safe color of #255ebe is #3366cc. Color #255ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 10111110
Octal 45 136 276
Decimal 37 94 190
Hex 25 5E BE

RGB Percentages of Color #255ebe

%11.53
%29.28
%59.19

CMYK Percentages of Color #255ebe

%81
%51
%0
%25

Triadic Colors of #255ebe

#255ebe #be255e #5ebe25

Analogous Colors of #255ebe

#255ebe #3825be #25abbe

Monochromatic Colors of #255ebe

#255ebe

Complementary Color

#255ebe #be8525

#255ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#255ebe Color CSS Codes

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

#255ebe Text Font Color

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

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


#255ebe Background Color

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

This div background color is #255ebe


#255ebe Border Color

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

This div border color is #255ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255ebe


Comments

No comments written yet.

Please login to write comment.