Color Hex Logo

#35877c Color Hex

#35877C
(53,135,124)
0 Favorites   0 Comments

Color spaces of #35877c

RGB 53135124
HSL0.480.440.37
HSV172°61°53°
CMYK 0.610.000.08   0.47
XYZ13.770319.540122.1146
Yxy19.54010.24840.3526
Hunter Lab44.2042-21.75181.2812
CIE-Lab51.3132-27.5369-1.5055

#35877c color RGB value is (53,135,124).

#35877c hex color red value is 53, green value is 135 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #35877c hue: 0.48 , saturation: 0.44 and the lightness value of 35877c is 0.37.

The process color (four color CMYK) of #35877c color hex is 0.61, 0.00, 0.08, 0.47. Web safe color of #35877c is #339966. Color #35877c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000111 01111100
Octal 65 207 174
Decimal 53 135 124
Hex 35 87 7C

RGB Percentages of Color #35877c

%16.99
%43.27
%39.74

CMYK Percentages of Color #35877c

%61
%0
%8
%47

Triadic Colors of #35877c

#35877c #7c3587 #877c35

Analogous Colors of #35877c

#35877c #356987 #358753

Monochromatic Colors of #35877c

#35877c

Complementary Color

#35877c #873540

#35877c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35877c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35877c Color CSS Codes

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

#35877c Text Font Color

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

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


#35877c Background Color

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

This div background color is #35877c


#35877c Border Color

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

This div border color is #35877c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,135,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 #35877c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35877c


Comments

No comments written yet.

Please login to write comment.