Color Hex Logo

#33bcbe Color Hex

#33BCBE
(51,188,190)
0 Favorites   0 Comments

Color spaces of #33bcbe

RGB 51188190
HSL0.500.580.47
HSV181°73°75°
CMYK 0.730.010.00   0.25
XYZ28.642740.388055.0012
Yxy40.38800.23090.3256
Hunter Lab63.5516-30.7652-6.8269
CIE-Lab69.7450-34.3716-11.4460

#33bcbe color RGB value is (51,188,190).

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

The process color (four color CMYK) of #33bcbe color hex is 0.73, 0.01, 0.00, 0.25. Web safe color of #33bcbe is #33cccc. Color #33bcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111100 10111110
Octal 63 274 276
Decimal 51 188 190
Hex 33 BC BE

RGB Percentages of Color #33bcbe

%11.89
%43.82
%44.29

CMYK Percentages of Color #33bcbe

%73
%1
%0
%25

Triadic Colors of #33bcbe

#33bcbe #be33bc #bcbe33

Analogous Colors of #33bcbe

#33bcbe #3377be #33be7b

Monochromatic Colors of #33bcbe

#33bcbe

Complementary Color

#33bcbe #be3533

#33bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bcbe Color CSS Codes

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

#33bcbe Text Font Color

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

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


#33bcbe Background Color

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

This div background color is #33bcbe


#33bcbe Border Color

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

This div border color is #33bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bcbe


Comments

No comments written yet.

Please login to write comment.