Color Hex Logo

#33bd9d Color Hex

#33BD9D
(51,189,157)
0 Favorites   0 Comments

Color spaces of #33bd9d

RGB 51189157
HSL0.460.580.47
HSV166°73°74°
CMYK 0.730.000.17   0.26
XYZ25.648639.533338.1772
Yxy39.53330.24820.3825
Hunter Lab62.8755-37.21728.0127
CIE-Lab69.1358-43.85875.7560

#33bd9d color RGB value is (51,189,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111101 10011101
Octal 63 275 235
Decimal 51 189 157
Hex 33 BD 9D

RGB Percentages of Color #33bd9d

%12.85
%47.61
%39.55

CMYK Percentages of Color #33bd9d

%73
%0
%17
%26

Triadic Colors of #33bd9d

#33bd9d #9d33bd #bd9d33

Analogous Colors of #33bd9d

#33bd9d #3398bd #33bd58

Monochromatic Colors of #33bd9d

#33bd9d

Complementary Color

#33bd9d #bd3353

#33bd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bd9d Color CSS Codes

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

#33bd9d Text Font Color

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

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


#33bd9d Background Color

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

This div background color is #33bd9d


#33bd9d Border Color

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

This div border color is #33bd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bd9d


Comments

No comments written yet.

Please login to write comment.