Color Hex Logo

#33badd Color Hex

#33BADD
(51,186,221)
0 Favorites   0 Comments

Color spaces of #33badd

RGB 51186221
HSL0.530.710.53
HSV192°77°87°
CMYK 0.770.160.00   0.13
XYZ31.975341.042174.6433
Yxy41.04210.21650.2779
Hunter Lab64.0641-23.0203-24.2359
CIE-Lab70.2054-23.8291-27.7192

#33badd color RGB value is (51,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111010 11011101
Octal 63 272 335
Decimal 51 186 221
Hex 33 BA DD

RGB Percentages of Color #33badd

%11.14
%40.61
%48.25

CMYK Percentages of Color #33badd

%77
%16
%0
%13

Triadic Colors of #33badd

#33badd #dd33ba #badd33

Analogous Colors of #33badd

#33badd #3365dd #33ddab

Monochromatic Colors of #33badd

#33badd

Complementary Color

#33badd #dd5633

#33badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33badd Color CSS Codes

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

#33badd Text Font Color

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

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


#33badd Background Color

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

This div background color is #33badd


#33badd Border Color

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

This div border color is #33badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33badd


Comments

No comments written yet.

Please login to write comment.