Color Hex Logo

#33edcc Color Hex

#33EDCC
(51,237,204)
0 Favorites   0 Comments

Color spaces of #33edcc

RGB 51237204
HSL0.470.840.56
HSV169°78°93°
CMYK 0.780.000.14   0.07
XYZ42.548565.631867.5524
Yxy65.63180.24210.3735
Hunter Lab81.0135-48.02487.2709
CIE-Lab84.8083-52.02963.2291

#33edcc color RGB value is (51,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101101 11001100
Octal 63 355 314
Decimal 51 237 204
Hex 33 ED CC

RGB Percentages of Color #33edcc

%10.37
%48.17
%41.46

CMYK Percentages of Color #33edcc

%78
%0
%14
%7

Triadic Colors of #33edcc

#33edcc #cc33ed #edcc33

Analogous Colors of #33edcc

#33edcc #33b1ed #33ed6f

Monochromatic Colors of #33edcc

#33edcc

Complementary Color

#33edcc #ed3354

#33edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33edcc Color CSS Codes

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

#33edcc Text Font Color

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

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


#33edcc Background Color

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

This div background color is #33edcc


#33edcc Border Color

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

This div border color is #33edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33edcc


Comments

No comments written yet.

Please login to write comment.