Color Hex Logo

#33eddb Color Hex

#33EDDB
(51,237,219)
0 Favorites   0 Comments

Color spaces of #33eddb

RGB 51237219
HSL0.480.840.56
HSV174°78°93°
CMYK 0.780.000.08   0.07
XYZ44.435666.386777.4897
Yxy66.38670.23600.3525
Hunter Lab81.4780-45.23820.6469
CIE-Lab85.1933-48.1162-4.0918

#33eddb color RGB value is (51,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101101 11011011
Octal 63 355 333
Decimal 51 237 219
Hex 33 ED DB

RGB Percentages of Color #33eddb

%10.06
%46.75
%43.20

CMYK Percentages of Color #33eddb

%78
%0
%8
%7

Triadic Colors of #33eddb

#33eddb #db33ed #eddb33

Analogous Colors of #33eddb

#33eddb #33a2ed #33ed7e

Monochromatic Colors of #33eddb

#33eddb

Complementary Color

#33eddb #ed3345

#33eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33eddb Color CSS Codes

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

#33eddb Text Font Color

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

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


#33eddb Background Color

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

This div background color is #33eddb


#33eddb Border Color

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

This div border color is #33eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33eddb


Comments

No comments written yet.

Please login to write comment.