Color Hex Logo

#33dbfd Color Hex

#33DBFD
(51,219,253)
0 Favorites   0 Comments

Color spaces of #33dbfd

RGB 51219253
HSL0.530.980.60
HSV190°80°99°
CMYK 0.800.130.00   0.01
XYZ44.426458.4587101.8706
Yxy58.45870.21700.2855
Hunter Lab76.4583-30.0839-25.4753
CIE-Lab80.9931-30.0389-28.3813

#33dbfd color RGB value is (51,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011011 11111101
Octal 63 333 375
Decimal 51 219 253
Hex 33 DB FD

RGB Percentages of Color #33dbfd

%9.75
%41.87
%48.37

CMYK Percentages of Color #33dbfd

%80
%13
%0
%1

Triadic Colors of #33dbfd

#33dbfd #fd33db #dbfd33

Analogous Colors of #33dbfd

#33dbfd #3376fd #33fdba

Monochromatic Colors of #33dbfd

#33dbfd

Complementary Color

#33dbfd #fd5533

#33dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dbfd Color CSS Codes

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

#33dbfd Text Font Color

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

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


#33dbfd Background Color

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

This div background color is #33dbfd


#33dbfd Border Color

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

This div border color is #33dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dbfd


Comments

No comments written yet.

Please login to write comment.