Color Hex Logo

#33dddb Color Hex

#33DDDB
(51,221,219)
0 Favorites   0 Comments

Color spaces of #33dddb

RGB 51221219
HSL0.500.710.53
HSV179°77°87°
CMYK 0.770.000.01   0.13
XYZ40.007957.531276.0138
Yxy57.53120.23050.3315
Hunter Lab75.8493-38.5837-6.3240
CIE-Lab80.4774-41.1320-11.0816

#33dddb color RGB value is (51,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011101 11011011
Octal 63 335 333
Decimal 51 221 219
Hex 33 DD DB

RGB Percentages of Color #33dddb

%10.39
%45.01
%44.60

CMYK Percentages of Color #33dddb

%77
%0
%1
%13

Triadic Colors of #33dddb

#33dddb #db33dd #dddb33

Analogous Colors of #33dddb

#33dddb #338add #33dd86

Monochromatic Colors of #33dddb

#33dddb

Complementary Color

#33dddb #dd3335

#33dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dddb Color CSS Codes

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

#33dddb Text Font Color

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

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


#33dddb Background Color

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

This div background color is #33dddb


#33dddb Border Color

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

This div border color is #33dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dddb


Comments

No comments written yet.

Please login to write comment.