Color Hex Logo

#355bef Color Hex

#355BEF
(53,91,239)
0 Favorites   0 Comments

Color spaces of #355bef

RGB 5391239
HSL0.630.850.57
HSV228°78°94°
CMYK 0.780.620.00   0.06
XYZ20.789314.471083.3588
Yxy14.47100.17530.1220
Hunter Lab38.040830.9790-103.2937
CIE-Lab44.901038.7528-77.9601

#355bef color RGB value is (53,91,239).

#355bef hex color red value is 53, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #355bef hue: 0.63 , saturation: 0.85 and the lightness value of 355bef is 0.57.

The process color (four color CMYK) of #355bef color hex is 0.78, 0.62, 0.00, 0.06. Web safe color of #355bef is #3366ff. Color #355bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011011 11101111
Octal 65 133 357
Decimal 53 91 239
Hex 35 5B EF

RGB Percentages of Color #355bef

%13.84
%23.76
%62.40

CMYK Percentages of Color #355bef

%78
%62
%0
%6

Triadic Colors of #355bef

#355bef #ef355b #5bef35

Analogous Colors of #355bef

#355bef #6c35ef #35b8ef

Monochromatic Colors of #355bef

#355bef

Complementary Color

#355bef #efc935

#355bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#355bef Color CSS Codes

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

#355bef Text Font Color

<p style="color:#355bef">Text here</p>

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


#355bef Background Color

<div style="background-color:#355bef">
Div content here</div>

This div background color is #355bef


#355bef Border Color

<div style="border:3px solid #355bef">
Div here</div>

This div border color is #355bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,91,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355bef;
  -webkit-box-shadow: 1px 1px 3px 2px #355bef;
  box-shadow:         1px 1px 3px 2px #355bef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,91,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 #355bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355bef


Comments

No comments written yet.

Please login to write comment.