Color Hex Logo

#33bdaf Color Hex

#33BDAF
(51,189,175)
0 Favorites   0 Comments

Color spaces of #33bdaf

RGB 51189175
HSL0.480.580.47
HSV174°73°74°
CMYK 0.730.000.07   0.26
XYZ27.300740.194146.8768
Yxy40.19410.23870.3514
Hunter Lab63.3988-34.08250.5404
CIE-Lab69.6076-39.0985-3.4190

#33bdaf color RGB value is (51,189,175).

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

The process color (four color CMYK) of #33bdaf color hex is 0.73, 0.00, 0.07, 0.26. Web safe color of #33bdaf is #33cc99. Color #33bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111101 10101111
Octal 63 275 257
Decimal 51 189 175
Hex 33 BD AF

RGB Percentages of Color #33bdaf

%12.29
%45.54
%42.17

CMYK Percentages of Color #33bdaf

%73
%0
%7
%26

Triadic Colors of #33bdaf

#33bdaf #af33bd #bdaf33

Analogous Colors of #33bdaf

#33bdaf #3386bd #33bd6a

Monochromatic Colors of #33bdaf

#33bdaf

Complementary Color

#33bdaf #bd3341

#33bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bdaf Color CSS Codes

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

#33bdaf Text Font Color

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

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


#33bdaf Background Color

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

This div background color is #33bdaf


#33bdaf Border Color

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

This div border color is #33bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bdaf


Comments

No comments written yet.

Please login to write comment.