Color Hex Logo

#33a69d Color Hex

#33A69D
(51,166,157)
0 Favorites   0 Comments

Color spaces of #33a69d

RGB 51166157
HSL0.490.530.43
HSV175°69°65°
CMYK 0.690.000.05   0.35
XYZ21.087330.410636.6567
Yxy30.41060.23920.3450
Hunter Lab55.1458-28.2482-0.8094
CIE-Lab62.0069-33.5470-4.6376

#33a69d color RGB value is (51,166,157).

#33a69d hex color red value is 51, green value is 166 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #33a69d hue: 0.49 , saturation: 0.53 and the lightness value of 33a69d is 0.43.

The process color (four color CMYK) of #33a69d color hex is 0.69, 0.00, 0.05, 0.35. Web safe color of #33a69d is #339999. Color #33a69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10100110 10011101
Octal 63 246 235
Decimal 51 166 157
Hex 33 A6 9D

RGB Percentages of Color #33a69d

%13.64
%44.39
%41.98

CMYK Percentages of Color #33a69d

%69
%0
%5
%35

Triadic Colors of #33a69d

#33a69d #9d33a6 #a69d33

Analogous Colors of #33a69d

#33a69d #3376a6 #33a664

Monochromatic Colors of #33a69d

#33a69d

Complementary Color

#33a69d #a6333c

#33a69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33a69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33a69d Color CSS Codes

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

#33a69d Text Font Color

<p style="color:#33a69d">Text here</p>

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


#33a69d Background Color

<div style="background-color:#33a69d">
Div content here</div>

This div background color is #33a69d


#33a69d Border Color

<div style="border:3px solid #33a69d">
Div here</div>

This div border color is #33a69d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,166,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33a69d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33a69d;
  -webkit-box-shadow: 1px 1px 3px 2px #33a69d;
  box-shadow:         1px 1px 3px 2px #33a69d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,166,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33a69d


Comments

No comments written yet.

Please login to write comment.