Color Hex Logo

#33bcaa Color Hex

#33BCAA
(51,188,170)
0 Favorites   0 Comments

Color spaces of #33bcaa

RGB 51188170
HSL0.480.570.47
HSV172°73°74°
CMYK 0.730.000.10   0.26
XYZ26.604239.572544.2663
Yxy39.57250.24090.3583
Hunter Lab62.9067-34.59632.3134
CIE-Lab69.1640-40.0161-1.3268

#33bcaa color RGB value is (51,188,170).

#33bcaa hex color red value is 51, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #33bcaa hue: 0.48 , saturation: 0.57 and the lightness value of 33bcaa is 0.47.

The process color (four color CMYK) of #33bcaa color hex is 0.73, 0.00, 0.10, 0.26. Web safe color of #33bcaa is #33cc99. Color #33bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111100 10101010
Octal 63 274 252
Decimal 51 188 170
Hex 33 BC AA

RGB Percentages of Color #33bcaa

%12.47
%45.97
%41.56

CMYK Percentages of Color #33bcaa

%73
%0
%10
%26

Triadic Colors of #33bcaa

#33bcaa #aa33bc #bcaa33

Analogous Colors of #33bcaa

#33bcaa #338abc #33bc66

Monochromatic Colors of #33bcaa

#33bcaa

Complementary Color

#33bcaa #bc3345

#33bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bcaa Color CSS Codes

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

#33bcaa Text Font Color

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

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


#33bcaa Background Color

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

This div background color is #33bcaa


#33bcaa Border Color

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

This div border color is #33bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bcaa


Comments

No comments written yet.

Please login to write comment.