Color Hex Logo

#33dfff Color Hex

#33DFFF
(51,223,255)
0 Favorites   0 Comments

Color spaces of #33dfff

RGB 51223255
HSL0.531.000.60
HSV189°80°100°
CMYK 0.800.130.00   0.00
XYZ45.802960.6992103.9098
Yxy60.69920.21770.2885
Hunter Lab77.9097-31.4023-24.5395
CIE-Lab82.2168-31.3462-27.5682

#33dfff color RGB value is (51,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011111 11111111
Octal 63 337 377
Decimal 51 223 255
Hex 33 DF FF

RGB Percentages of Color #33dfff

%9.64
%42.16
%48.20

CMYK Percentages of Color #33dfff

%80
%13
%0
%0

Triadic Colors of #33dfff

#33dfff #ff33df #dfff33

Analogous Colors of #33dfff

#33dfff #3379ff #33ffb9

Monochromatic Colors of #33dfff

#33dfff

Complementary Color

#33dfff #ff5333

#33dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dfff Color CSS Codes

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

#33dfff Text Font Color

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

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


#33dfff Background Color

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

This div background color is #33dfff


#33dfff Border Color

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

This div border color is #33dfff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,223,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 #33dfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dfff


Comments

No comments written yet.

Please login to write comment.