Color Hex Logo

#33aea5 Color Hex

#33AEA5
(51,174,165)
0 Favorites   0 Comments

Color spaces of #33aea5

RGB 51174165
HSL0.490.550.44
HSV176°71°68°
CMYK 0.710.000.05   0.32
XYZ23.292833.692540.8730
Yxy33.69250.23800.3443
Hunter Lab58.0452-29.9494-1.1178
CIE-Lab64.7178-35.0270-5.1057

#33aea5 color RGB value is (51,174,165).

#33aea5 hex color red value is 51, green value is 174 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #33aea5 hue: 0.49 , saturation: 0.55 and the lightness value of 33aea5 is 0.44.

The process color (four color CMYK) of #33aea5 color hex is 0.71, 0.00, 0.05, 0.32. Web safe color of #33aea5 is #339999. Color #33aea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101110 10100101
Octal 63 256 245
Decimal 51 174 165
Hex 33 AE A5

RGB Percentages of Color #33aea5

%13.08
%44.62
%42.31

CMYK Percentages of Color #33aea5

%71
%0
%5
%32

Triadic Colors of #33aea5

#33aea5 #a533ae #aea533

Analogous Colors of #33aea5

#33aea5 #337aae #33ae68

Monochromatic Colors of #33aea5

#33aea5

Complementary Color

#33aea5 #ae333c

#33aea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aea5 Color CSS Codes

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

#33aea5 Text Font Color

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

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


#33aea5 Background Color

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

This div background color is #33aea5


#33aea5 Border Color

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

This div border color is #33aea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aea5


Comments

No comments written yet.

Please login to write comment.