Color Hex Logo

#359bfe Color Hex

#359BFE
(53,155,254)
0 Favorites   0 Comments

Color spaces of #359bfe

RGB 53155254
HSL0.580.990.60
HSV210°79°100°
CMYK 0.790.390.00   0.00
XYZ31.078931.355398.1801
Yxy31.35530.19350.1952
Hunter Lab55.99581.0788-64.7589
CIE-Lab62.80644.7826-57.3464

#359bfe color RGB value is (53,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011011 11111110
Octal 65 233 376
Decimal 53 155 254
Hex 35 9B FE

RGB Percentages of Color #359bfe

%11.47
%33.55
%54.98

CMYK Percentages of Color #359bfe

%79
%39
%0
%0

Triadic Colors of #359bfe

#359bfe #fe359b #9bfe35

Analogous Colors of #359bfe

#359bfe #3537fe #35fefd

Monochromatic Colors of #359bfe

#359bfe

Complementary Color

#359bfe #fe9835

#359bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#359bfe Color CSS Codes

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

#359bfe Text Font Color

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

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


#359bfe Background Color

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

This div background color is #359bfe


#359bfe Border Color

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

This div border color is #359bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359bfe


Comments

No comments written yet.

Please login to write comment.