Color Hex Logo

#35968a Color Hex

#35968A
(53,150,138)
0 Favorites   0 Comments

Color spaces of #35968a

RGB 53150138
HSL0.480.480.40
HSV173°65°59°
CMYK 0.650.000.08   0.41
XYZ16.962024.404627.8613
Yxy24.40460.24500.3525
Hunter Lab49.4010-25.16321.1422
CIE-Lab56.4906-30.9567-1.9889

#35968a color RGB value is (53,150,138).

#35968a hex color red value is 53, green value is 150 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #35968a hue: 0.48 , saturation: 0.48 and the lightness value of 35968a is 0.40.

The process color (four color CMYK) of #35968a color hex is 0.65, 0.00, 0.08, 0.41. Web safe color of #35968a is #339999. Color #35968a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010110 10001010
Octal 65 226 212
Decimal 53 150 138
Hex 35 96 8A

RGB Percentages of Color #35968a

%15.54
%43.99
%40.47

CMYK Percentages of Color #35968a

%65
%0
%8
%41

Triadic Colors of #35968a

#35968a #8a3596 #968a35

Analogous Colors of #35968a

#35968a #357296 #35965a

Monochromatic Colors of #35968a

#35968a

Complementary Color

#35968a #963541

#35968a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35968a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35968a Color CSS Codes

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

#35968a Text Font Color

<p style="color:#35968a">Text here</p>

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


#35968a Background Color

<div style="background-color:#35968a">
Div content here</div>

This div background color is #35968a


#35968a Border Color

<div style="border:3px solid #35968a">
Div here</div>

This div border color is #35968a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,150,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35968a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35968a;
  -webkit-box-shadow: 1px 1px 3px 2px #35968a;
  box-shadow:         1px 1px 3px 2px #35968a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35968a


Comments

No comments written yet.

Please login to write comment.