Color Hex Logo

#35998b Color Hex

#35998B
(53,153,139)
0 Favorites   0 Comments

Color spaces of #35998b

RGB 53153139
HSL0.480.490.40
HSV172°65°60°
CMYK 0.650.000.09   0.40
XYZ17.519625.403428.4061
Yxy25.40340.24560.3561
Hunter Lab50.4018-26.15671.8658
CIE-Lab57.4664-32.1110-1.1288

#35998b color RGB value is (53,153,139).

#35998b hex color red value is 53, green value is 153 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #35998b hue: 0.48 , saturation: 0.49 and the lightness value of 35998b is 0.40.

The process color (four color CMYK) of #35998b color hex is 0.65, 0.00, 0.09, 0.40. Web safe color of #35998b is #339999. Color #35998b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011001 10001011
Octal 65 231 213
Decimal 53 153 139
Hex 35 99 8B

RGB Percentages of Color #35998b

%15.36
%44.35
%40.29

CMYK Percentages of Color #35998b

%65
%0
%9
%40

Triadic Colors of #35998b

#35998b #8b3599 #998b35

Analogous Colors of #35998b

#35998b #357599 #359959

Monochromatic Colors of #35998b

#35998b

Complementary Color

#35998b #993543

#35998b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35998b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35998b Color CSS Codes

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

#35998b Text Font Color

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

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


#35998b Background Color

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

This div background color is #35998b


#35998b Border Color

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

This div border color is #35998b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35998b


Comments

No comments written yet.

Please login to write comment.