Color Hex Logo

#33dbad Color Hex

#33DBAD
(51,219,173)
0 Favorites   0 Comments

Color spaces of #33dbad

RGB 51219173
HSL0.450.700.53
HSV164°77°86°
CMYK 0.770.000.21   0.14
XYZ34.239654.384048.2277
Yxy54.38400.25020.3974
Hunter Lab73.7455-46.178212.8477
CIE-Lab78.6851-52.357610.7950

#33dbad color RGB value is (51,219,173).

#33dbad hex color red value is 51, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #33dbad hue: 0.45 , saturation: 0.70 and the lightness value of 33dbad is 0.53.

The process color (four color CMYK) of #33dbad color hex is 0.77, 0.00, 0.21, 0.14. Web safe color of #33dbad is #33cc99. Color #33dbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011011 10101101
Octal 63 333 255
Decimal 51 219 173
Hex 33 DB AD

RGB Percentages of Color #33dbad

%11.51
%49.44
%39.05

CMYK Percentages of Color #33dbad

%77
%0
%21
%14

Triadic Colors of #33dbad

#33dbad #ad33db #dbad33

Analogous Colors of #33dbad

#33dbad #33b5db #33db59

Monochromatic Colors of #33dbad

#33dbad

Complementary Color

#33dbad #db3361

#33dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dbad Color CSS Codes

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

#33dbad Text Font Color

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

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


#33dbad Background Color

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

This div background color is #33dbad


#33dbad Border Color

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

This div border color is #33dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dbad


Comments

No comments written yet.

Please login to write comment.