Color Hex Logo

#33adbf Color Hex

#33ADBF
(51,173,191)
0 Favorites   0 Comments

Color spaces of #33adbf

RGB 51173191
HSL0.520.580.47
HSV188°73°75°
CMYK 0.730.090.00   0.25
XYZ25.712834.352554.5657
Yxy34.35250.22430.2997
Hunter Lab58.6110-24.2608-14.1701
CIE-Lab65.2414-26.8031-18.7893

#33adbf color RGB value is (51,173,191).

#33adbf hex color red value is 51, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #33adbf hue: 0.52 , saturation: 0.58 and the lightness value of 33adbf is 0.47.

The process color (four color CMYK) of #33adbf color hex is 0.73, 0.09, 0.00, 0.25. Web safe color of #33adbf is #3399cc. Color #33adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101101 10111111
Octal 63 255 277
Decimal 51 173 191
Hex 33 AD BF

RGB Percentages of Color #33adbf

%12.29
%41.69
%46.02

CMYK Percentages of Color #33adbf

%73
%9
%0
%25

Triadic Colors of #33adbf

#33adbf #bf33ad #adbf33

Analogous Colors of #33adbf

#33adbf #3367bf #33bf8b

Monochromatic Colors of #33adbf

#33adbf

Complementary Color

#33adbf #bf4533

#33adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#33adbf Color CSS Codes

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

#33adbf Text Font Color

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

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


#33adbf Background Color

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

This div background color is #33adbf


#33adbf Border Color

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

This div border color is #33adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33adbf


Comments

No comments written yet.

Please login to write comment.