Color Hex Logo

#355354 Color Hex

#355354
(53,83,84)
0 Favorites   0 Comments

Color spaces of #355354

RGB 538384
HSL0.510.230.27
HSV182°37°33°
CMYK 0.370.010.00   0.67
XYZ6.16177.58359.5265
Yxy7.58350.26480.3259
Hunter Lab27.5382-8.2522-1.2340
CIE-Lab33.1000-10.7791-4.1329

#355354 color RGB value is (53,83,84).

#355354 hex color red value is 53, green value is 83 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #355354 hue: 0.51 , saturation: 0.23 and the lightness value of 355354 is 0.27.

The process color (four color CMYK) of #355354 color hex is 0.37, 0.01, 0.00, 0.67. Web safe color of #355354 is #336666. Color #355354 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 01010100
Octal 65 123 124
Decimal 53 83 84
Hex 35 53 54

RGB Percentages of Color #355354

%24.09
%37.73
%38.18

CMYK Percentages of Color #355354

%37
%1
%0
%67

Triadic Colors of #355354

#355354 #543553 #535435

Analogous Colors of #355354

#355354 #354454 #355446

Monochromatic Colors of #355354

#355354

Complementary Color

#355354 #543635

#355354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355354 Color CSS Codes

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

#355354 Text Font Color

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

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


#355354 Background Color

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

This div background color is #355354


#355354 Border Color

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

This div border color is #355354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355354


Comments

No comments written yet.

Please login to write comment.