Color Hex Logo

#255ebf Color Hex

#255EBF
(37,94,191)
0 Favorites   0 Comments

Color spaces of #255ebf

RGB 3794191
HSL0.600.680.45
HSV218°81°75°
CMYK 0.810.510.00   0.25
XYZ14.169612.160350.8906
Yxy12.16030.18350.1575
Hunter Lab34.871611.5057-62.1159
CIE-Lab41.469817.4058-56.1252

#255ebf color RGB value is (37,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 10111111
Octal 45 136 277
Decimal 37 94 191
Hex 25 5E BF

RGB Percentages of Color #255ebf

%11.49
%29.19
%59.32

CMYK Percentages of Color #255ebf

%81
%51
%0
%25

Triadic Colors of #255ebf

#255ebf #bf255e #5ebf25

Analogous Colors of #255ebf

#255ebf #3925bf #25abbf

Monochromatic Colors of #255ebf

#255ebf

Complementary Color

#255ebf #bf8625

#255ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#255ebf Color CSS Codes

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

#255ebf Text Font Color

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

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


#255ebf Background Color

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

This div background color is #255ebf


#255ebf Border Color

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

This div border color is #255ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255ebf


Comments

No comments written yet.

Please login to write comment.