Color Hex Logo

#33cbdb Color Hex

#33CBDB
(51,203,219)
0 Favorites   0 Comments

Color spaces of #33cbdb

RGB 51203219
HSL0.520.700.53
HSV186°77°86°
CMYK 0.770.070.00   0.14
XYZ35.507448.530274.5137
Yxy48.53020.22390.3061
Hunter Lab69.6636-30.9303-14.6533
CIE-Lab75.1581-32.8171-19.0779

#33cbdb color RGB value is (51,203,219).

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

The process color (four color CMYK) of #33cbdb color hex is 0.77, 0.07, 0.00, 0.14. Web safe color of #33cbdb is #33cccc. Color #33cbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001011 11011011
Octal 63 313 333
Decimal 51 203 219
Hex 33 CB DB

RGB Percentages of Color #33cbdb

%10.78
%42.92
%46.30

CMYK Percentages of Color #33cbdb

%77
%7
%0
%14

Triadic Colors of #33cbdb

#33cbdb #db33cb #cbdb33

Analogous Colors of #33cbdb

#33cbdb #3377db #33db97

Monochromatic Colors of #33cbdb

#33cbdb

Complementary Color

#33cbdb #db4333

#33cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33cbdb Color CSS Codes

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

#33cbdb Text Font Color

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

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


#33cbdb Background Color

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

This div background color is #33cbdb


#33cbdb Border Color

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

This div border color is #33cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33cbdb


Comments

No comments written yet.

Please login to write comment.