Color Hex Logo

#33bdac Color Hex

#33BDAC
(51,189,172)
0 Favorites   0 Comments

Color spaces of #33bdac

RGB 51189172
HSL0.480.580.47
HSV173°73°74°
CMYK 0.730.000.09   0.26
XYZ27.009240.077645.3419
Yxy40.07760.24020.3565
Hunter Lab63.3069-34.63191.8499
CIE-Lab69.5248-39.9200-1.8951

#33bdac color RGB value is (51,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111101 10101100
Octal 63 275 254
Decimal 51 189 172
Hex 33 BD AC

RGB Percentages of Color #33bdac

%12.38
%45.87
%41.75

CMYK Percentages of Color #33bdac

%73
%0
%9
%26

Triadic Colors of #33bdac

#33bdac #ac33bd #bdac33

Analogous Colors of #33bdac

#33bdac #3389bd #33bd67

Monochromatic Colors of #33bdac

#33bdac

Complementary Color

#33bdac #bd3344

#33bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bdac Color CSS Codes

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

#33bdac Text Font Color

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

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


#33bdac Background Color

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

This div background color is #33bdac


#33bdac Border Color

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

This div border color is #33bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bdac


Comments

No comments written yet.

Please login to write comment.