Color Hex Logo

#33eecc Color Hex

#33EECC
(51,238,204)
0 Favorites   0 Comments

Color spaces of #33eecc

RGB 51238204
HSL0.470.850.57
HSV169°79°93°
CMYK 0.790.000.14   0.07
XYZ42.838966.212567.6492
Yxy66.21250.24240.3747
Hunter Lab81.3711-48.42567.6680
CIE-Lab85.1047-52.43923.6588

#33eecc color RGB value is (51,238,204). This hex color code is also a web safe color which is equal to #3EC.

#33eecc hex color red value is 51, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #33eecc hue: 0.47 , saturation: 0.85 and the lightness value of 33eecc is 0.57.

The process color (four color CMYK) of #33eecc color hex is 0.79, 0.00, 0.14, 0.07. Web safe color of #33eecc is #33ffcc. Color #33eecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101110 11001100
Octal 63 356 314
Decimal 51 238 204
Hex 33 EE CC

RGB Percentages of Color #33eecc

%10.34
%48.28
%41.38

CMYK Percentages of Color #33eecc

%79
%0
%14
%7

Triadic Colors of #33eecc

#33eecc #cc33ee #eecc33

Analogous Colors of #33eecc

#33eecc #33b3ee #33ee6f

Monochromatic Colors of #33eecc

#33eecc

Complementary Color

#33eecc #ee3355

#33eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33eecc Color CSS Codes

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

#33eecc Text Font Color

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

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


#33eecc Background Color

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

This div background color is #33eecc


#33eecc Border Color

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

This div border color is #33eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33eecc


Comments

No comments written yet.

Please login to write comment.