Color Hex Logo

#33dcfa Color Hex

#33DCFA
(51,220,250)
0 Favorites   0 Comments

Color spaces of #33dcfa

RGB 51220250
HSL0.530.950.59
HSV189°80°98°
CMYK 0.800.120.00   0.02
XYZ44.213858.792399.4602
Yxy58.79230.21840.2904
Hunter Lab76.6761-31.2547-23.2345
CIE-Lab81.1773-31.4526-26.5086

#33dcfa color RGB value is (51,220,250).

#33dcfa hex color red value is 51, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #33dcfa hue: 0.53 , saturation: 0.95 and the lightness value of 33dcfa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011100 11111010
Octal 63 334 372
Decimal 51 220 250
Hex 33 DC FA

RGB Percentages of Color #33dcfa

%9.79
%42.23
%47.98

CMYK Percentages of Color #33dcfa

%80
%12
%0
%2

Triadic Colors of #33dcfa

#33dcfa #fa33dc #dcfa33

Analogous Colors of #33dcfa

#33dcfa #3379fa #33fab5

Monochromatic Colors of #33dcfa

#33dcfa

Complementary Color

#33dcfa #fa5133

#33dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dcfa Color CSS Codes

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

#33dcfa Text Font Color

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

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


#33dcfa Background Color

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

This div background color is #33dcfa


#33dcfa Border Color

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

This div border color is #33dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dcfa


Comments

No comments written yet.

Please login to write comment.