Color Hex Logo

#255bec Color Hex

#255BEC
(37,91,236)
0 Favorites   0 Comments

Color spaces of #255bec

RGB 3791236
HSL0.620.840.54
HSV224°84°93°
CMYK 0.840.610.00   0.07
XYZ19.644413.931681.0106
Yxy13.93160.17140.1216
Hunter Lab37.325128.6268-102.5559
CIE-Lab44.134736.4208-77.5469

#255bec color RGB value is (37,91,236).

#255bec hex color red value is 37, green value is 91 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #255bec hue: 0.62 , saturation: 0.84 and the lightness value of 255bec is 0.54.

The process color (four color CMYK) of #255bec color hex is 0.84, 0.61, 0.00, 0.07. Web safe color of #255bec is #3366ff. Color #255bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011011 11101100
Octal 45 133 354
Decimal 37 91 236
Hex 25 5B EC

RGB Percentages of Color #255bec

%10.16
%25.00
%64.84

CMYK Percentages of Color #255bec

%84
%61
%0
%7

Triadic Colors of #255bec

#255bec #ec255b #5bec25

Analogous Colors of #255bec

#255bec #5325ec #25bfec

Monochromatic Colors of #255bec

#255bec

Complementary Color

#255bec #ecb625

#255bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#255bec Color CSS Codes

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

#255bec Text Font Color

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

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


#255bec Background Color

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

This div background color is #255bec


#255bec Border Color

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

This div border color is #255bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255bec


Comments

No comments written yet.

Please login to write comment.