Color Hex Logo

#2255ef Color Hex

#2255EF
(34,85,239)
0 Favorites   0 Comments

Color spaces of #2255ef

RGB 3485239
HSL0.630.860.54
HSV225°86°94°
CMYK 0.860.640.00   0.06
XYZ19.488213.069183.1568
Yxy13.06910.16840.1129
Hunter Lab36.151232.9602-111.0759
CIE-Lab42.867241.0986-81.3188

#2255ef color RGB value is (34,85,239).

#2255ef hex color red value is 34, green value is 85 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2255ef hue: 0.63 , saturation: 0.86 and the lightness value of 2255ef is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01010101 11101111
Octal 42 125 357
Decimal 34 85 239
Hex 22 55 EF

RGB Percentages of Color #2255ef

%9.50
%23.74
%66.76

CMYK Percentages of Color #2255ef

%86
%64
%0
%6

Triadic Colors of #2255ef

#2255ef #ef2255 #55ef22

Analogous Colors of #2255ef

#2255ef #5522ef #22bcef

Monochromatic Colors of #2255ef

#2255ef

Complementary Color

#2255ef #efbc22

#2255ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2255ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2255ef Color CSS Codes

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

#2255ef Text Font Color

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

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


#2255ef Background Color

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

This div background color is #2255ef


#2255ef Border Color

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

This div border color is #2255ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2255ef


Comments

No comments written yet.

Please login to write comment.