Color Hex Logo

#33898a Color Hex

#33898A
(51,137,138)
0 Favorites   0 Comments

Color spaces of #33898a

RGB 51137138
HSL0.500.460.37
HSV181°63°54°
CMYK 0.630.010.00   0.46
XYZ14.898320.430127.2029
Yxy20.43010.23830.3267
Hunter Lab45.1997-20.2639-4.0432
CIE-Lab52.3200-24.8936-8.1714

#33898a color RGB value is (51,137,138).

#33898a hex color red value is 51, green value is 137 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #33898a hue: 0.50 , saturation: 0.46 and the lightness value of 33898a is 0.37.

The process color (four color CMYK) of #33898a color hex is 0.63, 0.01, 0.00, 0.46. Web safe color of #33898a is #339999. Color #33898a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001001 10001010
Octal 63 211 212
Decimal 51 137 138
Hex 33 89 8A

RGB Percentages of Color #33898a

%15.64
%42.02
%42.33

CMYK Percentages of Color #33898a

%63
%1
%0
%46

Triadic Colors of #33898a

#33898a #8a3389 #898a33

Analogous Colors of #33898a

#33898a #335d8a #338a60

Monochromatic Colors of #33898a

#33898a

Complementary Color

#33898a #8a3433

#33898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33898a Color CSS Codes

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

#33898a Text Font Color

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

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


#33898a Background Color

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

This div background color is #33898a


#33898a Border Color

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

This div border color is #33898a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,137,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 #33898a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33898a


Comments

No comments written yet.

Please login to write comment.