Color Hex Logo

#33acdb Color Hex

#33ACDB
(51,172,219)
0 Favorites   0 Comments

Color spaces of #33acdb

RGB 51172219
HSL0.550.700.53
HSV197°77°86°
CMYK 0.770.210.00   0.14
XYZ28.903935.323372.3125
Yxy35.32330.21170.2587
Hunter Lab59.4334-17.1996-30.5346
CIE-Lab65.9996-17.2117-33.1156

#33acdb color RGB value is (51,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101100 11011011
Octal 63 254 333
Decimal 51 172 219
Hex 33 AC DB

RGB Percentages of Color #33acdb

%11.54
%38.91
%49.55

CMYK Percentages of Color #33acdb

%77
%21
%0
%14

Triadic Colors of #33acdb

#33acdb #db33ac #acdb33

Analogous Colors of #33acdb

#33acdb #3358db #33dbb6

Monochromatic Colors of #33acdb

#33acdb

Complementary Color

#33acdb #db6233

#33acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33acdb Color CSS Codes

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

#33acdb Text Font Color

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

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


#33acdb Background Color

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

This div background color is #33acdb


#33acdb Border Color

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

This div border color is #33acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33acdb


Comments

No comments written yet.

Please login to write comment.