Color Hex Logo

#33bbff Color Hex

#33BBFF
(51,187,255)
1 Favorites   0 Comments

Color spaces of #33bbff

RGB 51187255
HSL0.561.000.60
HSV200°80°100°
CMYK 0.800.270.00   0.00
XYZ37.185643.4645101.0373
Yxy43.46450.20470.2392
Hunter Lab65.9276-14.6927-44.7155
CIE-Lab71.8691-13.0542-43.5776

#33bbff color RGB value is (51,187,255). This hex color code is also a web safe color which is equal to #3BF.

#33bbff hex color red value is 51, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #33bbff hue: 0.56 , saturation: 1.00 and the lightness value of 33bbff is 0.60.

The process color (four color CMYK) of #33bbff color hex is 0.80, 0.27, 0.00, 0.00. Web safe color of #33bbff is #33ccff. Color #33bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111011 11111111
Octal 63 273 377
Decimal 51 187 255
Hex 33 BB FF

RGB Percentages of Color #33bbff

%10.34
%37.93
%51.72

CMYK Percentages of Color #33bbff

%80
%27
%0
%0

Triadic Colors of #33bbff

#33bbff #ff33bb #bbff33

Analogous Colors of #33bbff

#33bbff #3355ff #33ffdd

Monochromatic Colors of #33bbff

#33bbff

Complementary Color

#33bbff #ff7733

#33bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bbff Color CSS Codes

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

#33bbff Text Font Color

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

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


#33bbff Background Color

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

This div background color is #33bbff


#33bbff Border Color

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

This div border color is #33bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bbff

Related Colors

#33bbff Color Palettes


Comments

No comments written yet.

Please login to write comment.