Color Hex Logo

#33ccbc Color Hex

#33CCBC
(51,204,188)
0 Favorites   0 Comments

Color spaces of #33ccbc

RGB 51204188
HSL0.480.600.50
HSV174°75°80°
CMYK 0.750.000.08   0.20
XYZ32.035247.520455.0609
Yxy47.52040.23800.3530
Hunter Lab68.9350-37.68460.8975
CIE-Lab74.5214-42.2156-3.2684

#33ccbc color RGB value is (51,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001100 10111100
Octal 63 314 274
Decimal 51 204 188
Hex 33 CC BC

RGB Percentages of Color #33ccbc

%11.51
%46.05
%42.44

CMYK Percentages of Color #33ccbc

%75
%0
%8
%20

Triadic Colors of #33ccbc

#33ccbc #bc33cc #ccbc33

Analogous Colors of #33ccbc

#33ccbc #3390cc #33cc70

Monochromatic Colors of #33ccbc

#33ccbc

Complementary Color

#33ccbc #cc3343

#33ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ccbc Color CSS Codes

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

#33ccbc Text Font Color

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

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


#33ccbc Background Color

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

This div background color is #33ccbc


#33ccbc Border Color

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

This div border color is #33ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ccbc


Comments

No comments written yet.

Please login to write comment.