Color Hex Logo

#33ccbe Color Hex

#33CCBE
(51,204,190)
0 Favorites   0 Comments

Color spaces of #33ccbe

RGB 51204190
HSL0.480.600.50
HSV175°75°80°
CMYK 0.750.000.07   0.20
XYZ32.252447.607256.2044
Yxy47.60720.23700.3499
Hunter Lab68.9980-37.30840.0021
CIE-Lab74.5765-41.6684-4.2690

#33ccbe color RGB value is (51,204,190).

#33ccbe hex color red value is 51, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #33ccbe hue: 0.48 , saturation: 0.60 and the lightness value of 33ccbe is 0.50.

The process color (four color CMYK) of #33ccbe color hex is 0.75, 0.00, 0.07, 0.20. Web safe color of #33ccbe is #33cccc. Color #33ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001100 10111110
Octal 63 314 276
Decimal 51 204 190
Hex 33 CC BE

RGB Percentages of Color #33ccbe

%11.46
%45.84
%42.70

CMYK Percentages of Color #33ccbe

%75
%0
%7
%20

Triadic Colors of #33ccbe

#33ccbe #be33cc #ccbe33

Analogous Colors of #33ccbe

#33ccbe #338ecc #33cc72

Monochromatic Colors of #33ccbe

#33ccbe

Complementary Color

#33ccbe #cc3341

#33ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ccbe Color CSS Codes

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

#33ccbe Text Font Color

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

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


#33ccbe Background Color

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

This div background color is #33ccbe


#33ccbe Border Color

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

This div border color is #33ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ccbe


Comments

No comments written yet.

Please login to write comment.