Color Hex Logo

#33edda Color Hex

#33EDDA
(51,237,218)
0 Favorites   0 Comments

Color spaces of #33edda

RGB 51237218
HSL0.480.840.56
HSV174°78°93°
CMYK 0.780.000.08   0.07
XYZ44.304366.334176.7984
Yxy66.33410.23640.3539
Hunter Lab81.4457-45.43091.1052
CIE-Lab85.1665-48.3835-3.6053

#33edda color RGB value is (51,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101101 11011010
Octal 63 355 332
Decimal 51 237 218
Hex 33 ED DA

RGB Percentages of Color #33edda

%10.08
%46.84
%43.08

CMYK Percentages of Color #33edda

%78
%0
%8
%7

Triadic Colors of #33edda

#33edda #da33ed #edda33

Analogous Colors of #33edda

#33edda #33a3ed #33ed7d

Monochromatic Colors of #33edda

#33edda

Complementary Color

#33edda #ed3346

#33edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#33edda Color CSS Codes

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

#33edda Text Font Color

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

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


#33edda Background Color

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

This div background color is #33edda


#33edda Border Color

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

This div border color is #33edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33edda


Comments

No comments written yet.

Please login to write comment.