Color Hex Logo

#359efe Color Hex

#359EFE
(53,158,254)
0 Favorites   0 Comments

Color spaces of #359efe

RGB 53158254
HSL0.580.990.60
HSV209°79°100°
CMYK 0.790.380.00   0.00
XYZ31.584532.366498.3486
Yxy32.36640.19460.1994
Hunter Lab56.8915-0.4621-62.6709
CIE-Lab63.64463.0279-56.0118

#359efe color RGB value is (53,158,254).

#359efe hex color red value is 53, green value is 158 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #359efe hue: 0.58 , saturation: 0.99 and the lightness value of 359efe is 0.60.

The process color (four color CMYK) of #359efe color hex is 0.79, 0.38, 0.00, 0.00. Web safe color of #359efe is #3399ff. Color #359efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 11111110
Octal 65 236 376
Decimal 53 158 254
Hex 35 9E FE

RGB Percentages of Color #359efe

%11.40
%33.98
%54.62

CMYK Percentages of Color #359efe

%79
%38
%0
%0

Triadic Colors of #359efe

#359efe #fe359e #9efe35

Analogous Colors of #359efe

#359efe #353afe #35fefa

Monochromatic Colors of #359efe

#359efe

Complementary Color

#359efe #fe9535

#359efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#359efe Color CSS Codes

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

#359efe Text Font Color

<p style="color:#359efe">Text here</p>

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


#359efe Background Color

<div style="background-color:#359efe">
Div content here</div>

This div background color is #359efe


#359efe Border Color

<div style="border:3px solid #359efe">
Div here</div>

This div border color is #359efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,158,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359efe;
  -webkit-box-shadow: 1px 1px 3px 2px #359efe;
  box-shadow:         1px 1px 3px 2px #359efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359efe

Related Colors


Comments

No comments written yet.

Please login to write comment.