Color Hex Logo

#35666d Color Hex

#35666D
(53,102,109)
0 Favorites   0 Comments

Color spaces of #35666d

RGB 53102109
HSL0.520.350.32
HSV188°51°43°
CMYK 0.510.060.00   0.57
XYZ8.979911.363816.1881
Yxy11.36380.24580.3111
Hunter Lab33.7102-11.4432-4.8747
CIE-Lab40.1866-14.4566-9.0785

#35666d color RGB value is (53,102,109).

#35666d hex color red value is 53, green value is 102 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #35666d hue: 0.52 , saturation: 0.35 and the lightness value of 35666d is 0.32.

The process color (four color CMYK) of #35666d color hex is 0.51, 0.06, 0.00, 0.57. Web safe color of #35666d is #336666. Color #35666d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100110 01101101
Octal 65 146 155
Decimal 53 102 109
Hex 35 66 6D

RGB Percentages of Color #35666d

%20.08
%38.64
%41.29

CMYK Percentages of Color #35666d

%51
%6
%0
%57

Triadic Colors of #35666d

#35666d #6d3566 #666d35

Analogous Colors of #35666d

#35666d #354a6d #356d58

Monochromatic Colors of #35666d

#35666d

Complementary Color

#35666d #6d3c35

#35666d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35666d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35666d Color CSS Codes

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

#35666d Text Font Color

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

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


#35666d Background Color

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

This div background color is #35666d


#35666d Border Color

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

This div border color is #35666d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,102,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35666d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35666d;
  -webkit-box-shadow: 1px 1px 3px 2px #35666d;
  box-shadow:         1px 1px 3px 2px #35666d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35666d

#35666d Color Palettes


Comments

No comments written yet.

Please login to write comment.