Color Hex Logo

#356f74 Color Hex

#356F74
(53,111,116)
0 Favorites   0 Comments

Color spaces of #356f74

RGB 53111116
HSL0.510.370.33
HSV185°54°45°
CMYK 0.540.040.00   0.55
XYZ10.305013.386718.5638
Yxy13.38670.24390.3168
Hunter Lab36.5878-13.7540-4.4708
CIE-Lab43.3402-17.3584-8.5895

#356f74 color RGB value is (53,111,116).

#356f74 hex color red value is 53, green value is 111 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #356f74 hue: 0.51 , saturation: 0.37 and the lightness value of 356f74 is 0.33.

The process color (four color CMYK) of #356f74 color hex is 0.54, 0.04, 0.00, 0.55. Web safe color of #356f74 is #336666. Color #356f74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101111 01110100
Octal 65 157 164
Decimal 53 111 116
Hex 35 6F 74

RGB Percentages of Color #356f74

%18.93
%39.64
%41.43

CMYK Percentages of Color #356f74

%54
%4
%0
%55

Triadic Colors of #356f74

#356f74 #74356f #6f7435

Analogous Colors of #356f74

#356f74 #355074 #35745a

Monochromatic Colors of #356f74

#356f74

Complementary Color

#356f74 #743a35

#356f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356f74 Color CSS Codes

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

#356f74 Text Font Color

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

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


#356f74 Background Color

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

This div background color is #356f74


#356f74 Border Color

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

This div border color is #356f74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,111,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356f74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356f74;
  -webkit-box-shadow: 1px 1px 3px 2px #356f74;
  box-shadow:         1px 1px 3px 2px #356f74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356f74


Comments

No comments written yet.

Please login to write comment.