Color Hex Logo

#359bee Color Hex

#359BEE
(53,155,238)
0 Favorites   0 Comments

Color spaces of #359bee

RGB 53155238
HSL0.570.840.57
HSV207°78°93°
CMYK 0.780.350.00   0.07
XYZ28.622230.372685.2429
Yxy30.37260.19840.2106
Hunter Lab55.1113-3.7405-53.1283
CIE-Lab61.9744-0.9576-49.8914

#359bee color RGB value is (53,155,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011011 11101110
Octal 65 233 356
Decimal 53 155 238
Hex 35 9B EE

RGB Percentages of Color #359bee

%11.88
%34.75
%53.36

CMYK Percentages of Color #359bee

%78
%35
%0
%7

Triadic Colors of #359bee

#359bee #ee359b #9bee35

Analogous Colors of #359bee

#359bee #353fee #35eee5

Monochromatic Colors of #359bee

#359bee

Complementary Color

#359bee #ee8835

#359bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#359bee Color CSS Codes

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

#359bee Text Font Color

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

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


#359bee Background Color

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

This div background color is #359bee


#359bee Border Color

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

This div border color is #359bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359bee


Comments

No comments written yet.

Please login to write comment.