Color Hex Logo

#35857d Color Hex

#35857D
(53,133,125)
0 Favorites   0 Comments

Color spaces of #35857d

RGB 53133125
HSL0.480.430.36
HSV174°60°52°
CMYK 0.600.000.06   0.48
XYZ13.557419.012622.3573
Yxy19.01260.24680.3461
Hunter Lab43.6034-20.80590.1220
CIE-Lab50.7019-26.2626-2.9879

#35857d color RGB value is (53,133,125).

#35857d hex color red value is 53, green value is 133 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #35857d hue: 0.48 , saturation: 0.43 and the lightness value of 35857d is 0.36.

The process color (four color CMYK) of #35857d color hex is 0.60, 0.00, 0.06, 0.48. Web safe color of #35857d is #339966. Color #35857d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 01111101
Octal 65 205 175
Decimal 53 133 125
Hex 35 85 7D

RGB Percentages of Color #35857d

%17.04
%42.77
%40.19

CMYK Percentages of Color #35857d

%60
%0
%6
%48

Triadic Colors of #35857d

#35857d #7d3585 #857d35

Analogous Colors of #35857d

#35857d #356585 #358555

Monochromatic Colors of #35857d

#35857d

Complementary Color

#35857d #85353d

#35857d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35857d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35857d Color CSS Codes

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

#35857d Text Font Color

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

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


#35857d Background Color

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

This div background color is #35857d


#35857d Border Color

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

This div border color is #35857d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35857d


Comments

No comments written yet.

Please login to write comment.