Color Hex Logo

#33fadd Color Hex

#33FADD
(51,250,221)
0 Favorites   0 Comments

Color spaces of #33fadd

RGB 51250221
HSL0.480.950.59
HSV171°80°98°
CMYK 0.800.000.12   0.02
XYZ48.602074.295580.1855
Yxy74.29550.23930.3658
Hunter Lab86.1948-50.19165.1800
CIE-Lab89.0620-53.02340.5313

#33fadd color RGB value is (51,250,221).

#33fadd hex color red value is 51, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #33fadd hue: 0.48 , saturation: 0.95 and the lightness value of 33fadd is 0.59.

The process color (four color CMYK) of #33fadd color hex is 0.80, 0.00, 0.12, 0.02. Web safe color of #33fadd is #33ffcc. Color #33fadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11111010 11011101
Octal 63 372 335
Decimal 51 250 221
Hex 33 FA DD

RGB Percentages of Color #33fadd

%9.77
%47.89
%42.34

CMYK Percentages of Color #33fadd

%80
%0
%12
%2

Triadic Colors of #33fadd

#33fadd #dd33fa #fadd33

Analogous Colors of #33fadd

#33fadd #33b4fa #33fa7a

Monochromatic Colors of #33fadd

#33fadd

Complementary Color

#33fadd #fa3350

#33fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33fadd Color CSS Codes

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

#33fadd Text Font Color

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

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


#33fadd Background Color

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

This div background color is #33fadd


#33fadd Border Color

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

This div border color is #33fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33fadd


Comments

No comments written yet.

Please login to write comment.