Color Hex Logo

#33bacc Color Hex

#33BACC
(51,186,204)
0 Favorites   0 Comments

Color spaces of #33bacc

RGB 51186204
HSL0.520.600.50
HSV187°75°80°
CMYK 0.750.090.00   0.20
XYZ29.823240.181363.3106
Yxy40.18130.22370.3014
Hunter Lab63.3887-26.9494-14.8448
CIE-Lab69.5985-29.1965-19.3468

#33bacc color RGB value is (51,186,204).

#33bacc hex color red value is 51, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #33bacc hue: 0.52 , saturation: 0.60 and the lightness value of 33bacc is 0.50.

The process color (four color CMYK) of #33bacc color hex is 0.75, 0.09, 0.00, 0.20. Web safe color of #33bacc is #33cccc. Color #33bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111010 11001100
Octal 63 272 314
Decimal 51 186 204
Hex 33 BA CC

RGB Percentages of Color #33bacc

%11.56
%42.18
%46.26

CMYK Percentages of Color #33bacc

%75
%9
%0
%20

Triadic Colors of #33bacc

#33bacc #cc33ba #bacc33

Analogous Colors of #33bacc

#33bacc #336ecc #33cc92

Monochromatic Colors of #33bacc

#33bacc

Complementary Color

#33bacc #cc4533

#33bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bacc Color CSS Codes

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

#33bacc Text Font Color

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

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


#33bacc Background Color

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

This div background color is #33bacc


#33bacc Border Color

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

This div border color is #33bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bacc


Comments

No comments written yet.

Please login to write comment.