Color Hex Logo

#359fed Color Hex

#359FED
(53,159,237)
0 Favorites   0 Comments

Color spaces of #359fed

RGB 53159237
HSL0.570.840.57
HSV205°78°93°
CMYK 0.780.330.00   0.07
XYZ29.152431.667684.6967
Yxy31.66760.20030.2176
Hunter Lab56.2740-6.0086-49.8443
CIE-Lab63.0672-3.6113-47.6127

#359fed color RGB value is (53,159,237).

#359fed hex color red value is 53, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #359fed hue: 0.57 , saturation: 0.84 and the lightness value of 359fed is 0.57.

The process color (four color CMYK) of #359fed color hex is 0.78, 0.33, 0.00, 0.07. Web safe color of #359fed is #3399ff. Color #359fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11101101
Octal 65 237 355
Decimal 53 159 237
Hex 35 9F ED

RGB Percentages of Color #359fed

%11.80
%35.41
%52.78

CMYK Percentages of Color #359fed

%78
%33
%0
%7

Triadic Colors of #359fed

#359fed #ed359f #9fed35

Analogous Colors of #359fed

#359fed #3543ed #35eddf

Monochromatic Colors of #359fed

#359fed

Complementary Color

#359fed #ed8335

#359fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fed Color CSS Codes

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

#359fed Text Font Color

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

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


#359fed Background Color

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

This div background color is #359fed


#359fed Border Color

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

This div border color is #359fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fed


Comments

No comments written yet.

Please login to write comment.