Color Hex Logo

#35897b Color Hex

#35897B
(53,137,123)
0 Favorites   0 Comments

Color spaces of #35897b

RGB 53137123
HSL0.470.440.37
HSV170°61°54°
CMYK 0.610.000.10   0.46
XYZ13.989020.078321.8771
Yxy20.07830.25010.3589
Hunter Lab44.8088-22.68902.4189
CIE-Lab51.9256-28.7937-0.0272

#35897b color RGB value is (53,137,123).

#35897b hex color red value is 53, green value is 137 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #35897b hue: 0.47 , saturation: 0.44 and the lightness value of 35897b is 0.37.

The process color (four color CMYK) of #35897b color hex is 0.61, 0.00, 0.10, 0.46. Web safe color of #35897b is #339966. Color #35897b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 01111011
Octal 65 211 173
Decimal 53 137 123
Hex 35 89 7B

RGB Percentages of Color #35897b

%16.93
%43.77
%39.30

CMYK Percentages of Color #35897b

%61
%0
%10
%46

Triadic Colors of #35897b

#35897b #7b3589 #897b35

Analogous Colors of #35897b

#35897b #356d89 #358951

Monochromatic Colors of #35897b

#35897b

Complementary Color

#35897b #893543

#35897b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35897b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35897b Color CSS Codes

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

#35897b Text Font Color

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

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


#35897b Background Color

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

This div background color is #35897b


#35897b Border Color

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

This div border color is #35897b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,137,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35897b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35897b;
  -webkit-box-shadow: 1px 1px 3px 2px #35897b;
  box-shadow:         1px 1px 3px 2px #35897b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35897b


Comments

No comments written yet.

Please login to write comment.