Color Hex Logo

#33bddd Color Hex

#33BDDD
(51,189,221)
0 Favorites   0 Comments

Color spaces of #33bddd

RGB 51189221
HSL0.530.710.53
HSV191°77°87°
CMYK 0.770.140.00   0.13
XYZ32.614042.319574.8561
Yxy42.31950.21770.2825
Hunter Lab65.0534-24.3540-22.6868
CIE-Lab71.0906-25.3446-26.3604

#33bddd color RGB value is (51,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111101 11011101
Octal 63 275 335
Decimal 51 189 221
Hex 33 BD DD

RGB Percentages of Color #33bddd

%11.06
%41.00
%47.94

CMYK Percentages of Color #33bddd

%77
%14
%0
%13

Triadic Colors of #33bddd

#33bddd #dd33bd #bddd33

Analogous Colors of #33bddd

#33bddd #3368dd #33dda8

Monochromatic Colors of #33bddd

#33bddd

Complementary Color

#33bddd #dd5333

#33bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bddd Color CSS Codes

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

#33bddd Text Font Color

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

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


#33bddd Background Color

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

This div background color is #33bddd


#33bddd Border Color

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

This div border color is #33bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bddd


Comments

No comments written yet.

Please login to write comment.