Color Hex Logo

#2255eb Color Hex

#2255EB
(34,85,235)
0 Favorites   0 Comments

Color spaces of #2255eb

RGB 3485235
HSL0.620.830.53
HSV225°86°92°
CMYK 0.860.640.00   0.08
XYZ18.903612.835280.0784
Yxy12.83520.16910.1148
Hunter Lab35.826231.4890-107.4459
CIE-Lab42.513939.6433-79.6436

#2255eb color RGB value is (34,85,235).

#2255eb hex color red value is 34, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2255eb hue: 0.62 , saturation: 0.83 and the lightness value of 2255eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01010101 11101011
Octal 42 125 353
Decimal 34 85 235
Hex 22 55 EB

RGB Percentages of Color #2255eb

%9.60
%24.01
%66.38

CMYK Percentages of Color #2255eb

%86
%64
%0
%8

Triadic Colors of #2255eb

#2255eb #eb2255 #55eb22

Analogous Colors of #2255eb

#2255eb #5322eb #22baeb

Monochromatic Colors of #2255eb

#2255eb

Complementary Color

#2255eb #ebb822

#2255eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2255eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2255eb Color CSS Codes

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

#2255eb Text Font Color

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

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


#2255eb Background Color

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

This div background color is #2255eb


#2255eb Border Color

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

This div border color is #2255eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,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 #2255eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2255eb


Comments

No comments written yet.

Please login to write comment.