Color Hex Logo

#33dfbe Color Hex

#33DFBE
(51,223,190)
0 Favorites   0 Comments

Color spaces of #33dfbe

RGB 51223190
HSL0.470.730.54
HSV168°77°87°
CMYK 0.770.000.15   0.13
XYZ37.047257.196957.8027
Yxy57.19690.24370.3762
Hunter Lab75.6286-44.91077.6249
CIE-Lab80.2902-49.80634.0757

#33dfbe color RGB value is (51,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011111 10111110
Octal 63 337 276
Decimal 51 223 190
Hex 33 DF BE

RGB Percentages of Color #33dfbe

%10.99
%48.06
%40.95

CMYK Percentages of Color #33dfbe

%77
%0
%15
%13

Triadic Colors of #33dfbe

#33dfbe #be33df #dfbe33

Analogous Colors of #33dfbe

#33dfbe #33aadf #33df68

Monochromatic Colors of #33dfbe

#33dfbe

Complementary Color

#33dfbe #df3354

#33dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dfbe Color CSS Codes

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

#33dfbe Text Font Color

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

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


#33dfbe Background Color

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

This div background color is #33dfbe


#33dfbe Border Color

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

This div border color is #33dfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,223,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 #33dfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dfbe


Comments

No comments written yet.

Please login to write comment.