Color Hex Logo

#33adaf Color Hex

#33ADAF
(51,173,175)
0 Favorites   0 Comments

Color spaces of #33adaf

RGB 51173175
HSL0.500.550.44
HSV181°71°69°
CMYK 0.710.010.00   0.31
XYZ24.046733.686145.7921
Yxy33.68610.23230.3254
Hunter Lab58.0397-27.6144-6.1507
CIE-Lab64.7126-31.6650-10.6845

#33adaf color RGB value is (51,173,175).

#33adaf hex color red value is 51, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #33adaf hue: 0.50 , saturation: 0.55 and the lightness value of 33adaf is 0.44.

The process color (four color CMYK) of #33adaf color hex is 0.71, 0.01, 0.00, 0.31. Web safe color of #33adaf is #339999. Color #33adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101101 10101111
Octal 63 255 257
Decimal 51 173 175
Hex 33 AD AF

RGB Percentages of Color #33adaf

%12.78
%43.36
%43.86

CMYK Percentages of Color #33adaf

%71
%1
%0
%31

Triadic Colors of #33adaf

#33adaf #af33ad #adaf33

Analogous Colors of #33adaf

#33adaf #336faf #33af73

Monochromatic Colors of #33adaf

#33adaf

Complementary Color

#33adaf #af3533

#33adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#33adaf Color CSS Codes

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

#33adaf Text Font Color

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

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


#33adaf Background Color

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

This div background color is #33adaf


#33adaf Border Color

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

This div border color is #33adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33adaf


Comments

No comments written yet.

Please login to write comment.