Color Hex Logo

#33bbdd Color Hex

#33BBDD
(51,187,221)
0 Favorites   0 Comments

Color spaces of #33bbdd

RGB 51187221
HSL0.530.710.53
HSV192°77°87°
CMYK 0.770.150.00   0.13
XYZ32.186741.464974.7137
Yxy41.46490.21690.2795
Hunter Lab64.3932-23.4657-23.7173
CIE-Lab70.5004-24.3360-27.2660

#33bbdd color RGB value is (51,187,221). This hex color code is also a web safe color which is equal to #3BD.

#33bbdd hex color red value is 51, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #33bbdd hue: 0.53 , saturation: 0.71 and the lightness value of 33bbdd is 0.53.

The process color (four color CMYK) of #33bbdd color hex is 0.77, 0.15, 0.00, 0.13. Web safe color of #33bbdd is #33cccc. Color #33bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111011 11011101
Octal 63 273 335
Decimal 51 187 221
Hex 33 BB DD

RGB Percentages of Color #33bbdd

%11.11
%40.74
%48.15

CMYK Percentages of Color #33bbdd

%77
%15
%0
%13

Triadic Colors of #33bbdd

#33bbdd #dd33bb #bbdd33

Analogous Colors of #33bbdd

#33bbdd #3366dd #33ddaa

Monochromatic Colors of #33bbdd

#33bbdd

Complementary Color

#33bbdd #dd5533

#33bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bbdd Color CSS Codes

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

#33bbdd Text Font Color

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

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


#33bbdd Background Color

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

This div background color is #33bbdd


#33bbdd Border Color

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

This div border color is #33bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bbdd


Comments

No comments written yet.

Please login to write comment.