Color Hex Logo

#33eec5 Color Hex

#33EEC5
(51,238,197)
0 Favorites   0 Comments

Color spaces of #33eec5

RGB 51238197
HSL0.460.850.57
HSV167°79°93°
CMYK 0.790.000.17   0.07
XYZ42.017865.884163.3257
Yxy65.88410.24540.3848
Hunter Lab81.1690-49.643810.5620
CIE-Lab84.9373-54.18267.0861

#33eec5 color RGB value is (51,238,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101110 11000101
Octal 63 356 305
Decimal 51 238 197
Hex 33 EE C5

RGB Percentages of Color #33eec5

%10.49
%48.97
%40.53

CMYK Percentages of Color #33eec5

%79
%0
%17
%7

Triadic Colors of #33eec5

#33eec5 #c533ee #eec533

Analogous Colors of #33eec5

#33eec5 #33baee #33ee68

Monochromatic Colors of #33eec5

#33eec5

Complementary Color

#33eec5 #ee335c

#33eec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33eec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33eec5 Color CSS Codes

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

#33eec5 Text Font Color

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

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


#33eec5 Background Color

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

This div background color is #33eec5


#33eec5 Border Color

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

This div border color is #33eec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33eec5


Comments

No comments written yet.

Please login to write comment.