Color Hex Logo

#33addb Color Hex

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

Color spaces of #33addb

RGB 51173219
HSL0.550.700.53
HSV196°77°86°
CMYK 0.770.210.00   0.14
XYZ29.095035.705472.3762
Yxy35.70540.21210.2603
Hunter Lab59.7540-17.6555-29.9864
CIE-Lab66.2942-17.7422-32.6589

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

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

The process color (four color CMYK) of #33addb color hex is 0.77, 0.21, 0.00, 0.14. Web safe color of #33addb is #3399cc. Color #33addb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #33addb

%11.51
%39.05
%49.44

CMYK Percentages of Color #33addb

%77
%21
%0
%14

Triadic Colors of #33addb

#33addb #db33ad #addb33

Analogous Colors of #33addb

#33addb #3359db #33dbb5

Monochromatic Colors of #33addb

#33addb

Complementary Color

#33addb #db6133

#33addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33addb Color CSS Codes

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

#33addb Text Font Color

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

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


#33addb Background Color

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

This div background color is #33addb


#33addb Border Color

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

This div border color is #33addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33addb


Comments

No comments written yet.

Please login to write comment.