Color Hex Logo

#33dbed Color Hex

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

Color spaces of #33dbed

RGB 51219237
HSL0.520.840.56
HSV186°78°93°
CMYK 0.780.080.00   0.07
XYZ41.982857.481389.0030
Yxy57.48130.22280.3050
Hunter Lab75.8164-33.8356-16.5307
CIE-Lab80.4495-34.9448-20.7091

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

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

The process color (four color CMYK) of #33dbed color hex is 0.78, 0.08, 0.00, 0.07. Web safe color of #33dbed is #33ccff. Color #33dbed contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #33dbed

%10.06
%43.20
%46.75

CMYK Percentages of Color #33dbed

%78
%8
%0
%7

Triadic Colors of #33dbed

#33dbed #ed33db #dbed33

Analogous Colors of #33dbed

#33dbed #337eed #33eda2

Monochromatic Colors of #33dbed

#33dbed

Complementary Color

#33dbed #ed4533

#33dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dbed Color CSS Codes

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

#33dbed Text Font Color

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

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


#33dbed Background Color

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

This div background color is #33dbed


#33dbed Border Color

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

This div border color is #33dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dbed


Comments

No comments written yet.

Please login to write comment.