Color Hex Logo

#35937c Color Hex

#35937C
(53,147,124)
0 Favorites   0 Comments

Color spaces of #35937c

RGB 53147124
HSL0.460.470.39
HSV165°64°58°
CMYK 0.640.000.16   0.42
XYZ15.540023.079622.7045
Yxy23.07960.25340.3764
Hunter Lab48.0412-26.33245.6081
CIE-Lab55.1542-33.29364.0808

#35937c color RGB value is (53,147,124).

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

The process color (four color CMYK) of #35937c color hex is 0.64, 0.00, 0.16, 0.42. Web safe color of #35937c is #339966. Color #35937c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010011 01111100
Octal 65 223 174
Decimal 53 147 124
Hex 35 93 7C

RGB Percentages of Color #35937c

%16.36
%45.37
%38.27

CMYK Percentages of Color #35937c

%64
%0
%16
%42

Triadic Colors of #35937c

#35937c #7c3593 #937c35

Analogous Colors of #35937c

#35937c #357b93 #35934d

Monochromatic Colors of #35937c

#35937c

Complementary Color

#35937c #93354c

#35937c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35937c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35937c Color CSS Codes

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

#35937c Text Font Color

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

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


#35937c Background Color

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

This div background color is #35937c


#35937c Border Color

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

This div border color is #35937c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35937c


Comments

No comments written yet.

Please login to write comment.