Color Hex Logo

#0255eb Color Hex

#0255EB
(2,85,235)
0 Favorites   0 Comments

Color spaces of #0255eb

RGB 285235
HSL0.610.980.46
HSV219°99°92°
CMYK 0.990.640.00   0.08
XYZ18.268912.508180.0487
Yxy12.50810.16480.1129
Hunter Lab35.366830.3132-109.4394
CIE-Lab42.012538.5006-80.4857

#0255eb color RGB value is (2,85,235).

#0255eb hex color red value is 2, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0255eb hue: 0.61 , saturation: 0.98 and the lightness value of 0255eb is 0.46.

The process color (four color CMYK) of #0255eb color hex is 0.99, 0.64, 0.00, 0.08. Web safe color of #0255eb is #0066ff. Color #0255eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010101 11101011
Octal 2 125 353
Decimal 2 85 235
Hex 2 55 EB

RGB Percentages of Color #0255eb

%0.62
%26.40
%72.98

CMYK Percentages of Color #0255eb

%99
%64
%0
%8

Triadic Colors of #0255eb

#0255eb #eb0255 #55eb02

Analogous Colors of #0255eb

#0255eb #2402eb #02caeb

Monochromatic Colors of #0255eb

#0255eb

Complementary Color

#0255eb #eb9802

#0255eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0255eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0255eb Color CSS Codes

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

#0255eb Text Font Color

<p style="color:#0255eb">Text here</p>

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


#0255eb Background Color

<div style="background-color:#0255eb">
Div content here</div>

This div background color is #0255eb


#0255eb Border Color

<div style="border:3px solid #0255eb">
Div here</div>

This div border color is #0255eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,85,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0255eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0255eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0255eb;
  box-shadow:         1px 1px 3px 2px #0255eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0255eb


Comments

No comments written yet.

Please login to write comment.