Color Hex Logo

#33ddff Color Hex

#33DDFF
(51,221,255)
2 Favorites   0 Comments

Color spaces of #33ddff

RGB 51221255
HSL0.531.000.60
HSV190°80°100°
CMYK 0.800.130.00   0.00
XYZ45.271759.6367103.7327
Yxy59.63670.21700.2858
Hunter Lab77.2248-30.5009-25.5843
CIE-Lab81.6403-30.3828-28.4501

#33ddff color RGB value is (51,221,255). This hex color code is also a web safe color which is equal to #3DF.

#33ddff hex color red value is 51, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #33ddff hue: 0.53 , saturation: 1.00 and the lightness value of 33ddff is 0.60.

The process color (four color CMYK) of #33ddff color hex is 0.80, 0.13, 0.00, 0.00. Web safe color of #33ddff is #33ccff. Color #33ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011101 11111111
Octal 63 335 377
Decimal 51 221 255
Hex 33 DD FF

RGB Percentages of Color #33ddff

%9.68
%41.94
%48.39

CMYK Percentages of Color #33ddff

%80
%13
%0
%0

Triadic Colors of #33ddff

#33ddff #ff33dd #ddff33

Analogous Colors of #33ddff

#33ddff #3377ff #33ffbb

Monochromatic Colors of #33ddff

#33ddff

Complementary Color

#33ddff #ff5533

#33ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ddff Color CSS Codes

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

#33ddff Text Font Color

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

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


#33ddff Background Color

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

This div background color is #33ddff


#33ddff Border Color

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

This div border color is #33ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.