Color Hex Logo

#359fee Color Hex

#359FEE
(53,159,238)
0 Favorites   0 Comments

Color spaces of #359fee

RGB 53159238
HSL0.570.840.57
HSV206°78°93°
CMYK 0.780.330.00   0.07
XYZ29.299031.726285.4685
Yxy31.72620.20000.2166
Hunter Lab56.3260-5.7205-50.5378
CIE-Lab63.1159-3.2571-48.0857

#359fee color RGB value is (53,159,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 11101110
Octal 65 237 356
Decimal 53 159 238
Hex 35 9F EE

RGB Percentages of Color #359fee

%11.78
%35.33
%52.89

CMYK Percentages of Color #359fee

%78
%33
%0
%7

Triadic Colors of #359fee

#359fee #ee359f #9fee35

Analogous Colors of #359fee

#359fee #3543ee #35eee1

Monochromatic Colors of #359fee

#359fee

Complementary Color

#359fee #ee8435

#359fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fee Color CSS Codes

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

#359fee Text Font Color

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

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


#359fee Background Color

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

This div background color is #359fee


#359fee Border Color

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

This div border color is #359fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fee


Comments

No comments written yet.

Please login to write comment.