Color Hex Logo

#359093 Color Hex

#359093
(53,144,147)
0 Favorites   0 Comments

Color spaces of #359093

RGB 53144147
HSL0.510.470.39
HSV182°64°58°
CMYK 0.640.020.00   0.42
XYZ16.707922.810031.1259
Yxy22.81000.23650.3229
Hunter Lab47.7598-21.1347-5.2084
CIE-Lab54.8761-25.4102-9.5498

#359093 color RGB value is (53,144,147).

#359093 hex color red value is 53, green value is 144 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #359093 hue: 0.51 , saturation: 0.47 and the lightness value of 359093 is 0.39.

The process color (four color CMYK) of #359093 color hex is 0.64, 0.02, 0.00, 0.42. Web safe color of #359093 is #339999. Color #359093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010000 10010011
Octal 65 220 223
Decimal 53 144 147
Hex 35 90 93

RGB Percentages of Color #359093

%15.41
%41.86
%42.73

CMYK Percentages of Color #359093

%64
%2
%0
%42

Triadic Colors of #359093

#359093 #933590 #909335

Analogous Colors of #359093

#359093 #356193 #359367

Monochromatic Colors of #359093

#359093

Complementary Color

#359093 #933835

#359093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359093 Color CSS Codes

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

#359093 Text Font Color

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

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


#359093 Background Color

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

This div background color is #359093


#359093 Border Color

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

This div border color is #359093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,144,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359093;
  -webkit-box-shadow: 1px 1px 3px 2px #359093;
  box-shadow:         1px 1px 3px 2px #359093; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359093


Comments

No comments written yet.

Please login to write comment.