Color Hex Logo

#33dabe Color Hex

#33DABE
(51,218,190)
0 Favorites   0 Comments

Color spaces of #33dabe

RGB 51218190
HSL0.470.690.53
HSV170°77°85°
CMYK 0.770.000.13   0.15
XYZ35.730954.564357.3640
Yxy54.56430.24200.3695
Hunter Lab73.8677-42.92525.6640
CIE-Lab78.7896-47.71621.8992

#33dabe color RGB value is (51,218,190).

#33dabe hex color red value is 51, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #33dabe hue: 0.47 , saturation: 0.69 and the lightness value of 33dabe is 0.53.

The process color (four color CMYK) of #33dabe color hex is 0.77, 0.00, 0.13, 0.15. Web safe color of #33dabe is #33cccc. Color #33dabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011010 10111110
Octal 63 332 276
Decimal 51 218 190
Hex 33 DA BE

RGB Percentages of Color #33dabe

%11.11
%47.49
%41.39

CMYK Percentages of Color #33dabe

%77
%0
%13
%15

Triadic Colors of #33dabe

#33dabe #be33da #dabe33

Analogous Colors of #33dabe

#33dabe #33a3da #33da6b

Monochromatic Colors of #33dabe

#33dabe

Complementary Color

#33dabe #da334f

#33dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dabe Color CSS Codes

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

#33dabe Text Font Color

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

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


#33dabe Background Color

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

This div background color is #33dabe


#33dabe Border Color

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

This div border color is #33dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dabe


Comments

No comments written yet.

Please login to write comment.