Color Hex Logo

#33ccfd Color Hex

#33CCFD
(51,204,253)
0 Favorites   0 Comments

Color spaces of #33ccfd

RGB 51204253
HSL0.540.980.60
HSV195°80°99°
CMYK 0.800.190.00   0.01
XYZ40.687750.9814100.6244
Yxy50.98140.21160.2651
Hunter Lab71.4013-23.2348-33.5754
CIE-Lab76.6677-22.6004-35.0380

#33ccfd color RGB value is (51,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001100 11111101
Octal 63 314 375
Decimal 51 204 253
Hex 33 CC FD

RGB Percentages of Color #33ccfd

%10.04
%40.16
%49.80

CMYK Percentages of Color #33ccfd

%80
%19
%0
%1

Triadic Colors of #33ccfd

#33ccfd #fd33cc #ccfd33

Analogous Colors of #33ccfd

#33ccfd #3367fd #33fdc9

Monochromatic Colors of #33ccfd

#33ccfd

Complementary Color

#33ccfd #fd6433

#33ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ccfd Color CSS Codes

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

#33ccfd Text Font Color

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

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


#33ccfd Background Color

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

This div background color is #33ccfd


#33ccfd Border Color

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

This div border color is #33ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ccfd

Related Colors

#33ccfd Color Palettes


Comments

No comments written yet.

Please login to write comment.