Color Hex Logo

#33dbae Color Hex

#33DBAE
(51,219,174)
0 Favorites   0 Comments

Color spaces of #33dbae

RGB 51219174
HSL0.460.700.53
HSV164°77°86°
CMYK 0.770.000.21   0.14
XYZ34.336754.422848.7393
Yxy54.42280.24970.3958
Hunter Lab73.7718-46.018812.4688
CIE-Lab78.7076-52.118610.2967

#33dbae color RGB value is (51,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011011 10101110
Octal 63 333 256
Decimal 51 219 174
Hex 33 DB AE

RGB Percentages of Color #33dbae

%11.49
%49.32
%39.19

CMYK Percentages of Color #33dbae

%77
%0
%21
%14

Triadic Colors of #33dbae

#33dbae #ae33db #dbae33

Analogous Colors of #33dbae

#33dbae #33b4db #33db5a

Monochromatic Colors of #33dbae

#33dbae

Complementary Color

#33dbae #db3360

#33dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dbae Color CSS Codes

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

#33dbae Text Font Color

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

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


#33dbae Background Color

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

This div background color is #33dbae


#33dbae Border Color

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

This div border color is #33dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dbae


Comments

No comments written yet.

Please login to write comment.