Color Hex Logo

#33dafb Color Hex

#33DAFB
(51,218,251)
0 Favorites   0 Comments

Color spaces of #33dafb

RGB 51218251
HSL0.530.960.59
HSV190°80°98°
CMYK 0.800.130.00   0.02
XYZ43.849257.8116100.1145
Yxy57.81160.21730.2865
Hunter Lab76.0339-30.1174-24.8439
CIE-Lab80.6339-30.1784-27.8701

#33dafb color RGB value is (51,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011010 11111011
Octal 63 332 373
Decimal 51 218 251
Hex 33 DA FB

RGB Percentages of Color #33dafb

%9.81
%41.92
%48.27

CMYK Percentages of Color #33dafb

%80
%13
%0
%2

Triadic Colors of #33dafb

#33dafb #fb33da #dafb33

Analogous Colors of #33dafb

#33dafb #3376fb #33fbb8

Monochromatic Colors of #33dafb

#33dafb

Complementary Color

#33dafb #fb5433

#33dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dafb Color CSS Codes

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

#33dafb Text Font Color

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

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


#33dafb Background Color

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

This div background color is #33dafb


#33dafb Border Color

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

This div border color is #33dafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dafb


Comments

No comments written yet.

Please login to write comment.