Color Hex Logo

#33defd Color Hex

#33DEFD
(51,222,253)
0 Favorites   0 Comments

Color spaces of #33defd

RGB 51222253
HSL0.530.980.60
HSV189°80°99°
CMYK 0.800.120.00   0.01
XYZ45.216160.0382102.1339
Yxy60.03820.21800.2895
Hunter Lab77.4843-31.4336-23.9125
CIE-Lab81.8589-31.4851-27.0569

#33defd color RGB value is (51,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011110 11111101
Octal 63 336 375
Decimal 51 222 253
Hex 33 DE FD

RGB Percentages of Color #33defd

%9.70
%42.21
%48.10

CMYK Percentages of Color #33defd

%80
%12
%0
%1

Triadic Colors of #33defd

#33defd #fd33de #defd33

Analogous Colors of #33defd

#33defd #3379fd #33fdb7

Monochromatic Colors of #33defd

#33defd

Complementary Color

#33defd #fd5233

#33defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33defd Color CSS Codes

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

#33defd Text Font Color

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

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


#33defd Background Color

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

This div background color is #33defd


#33defd Border Color

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

This div border color is #33defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33defd


Comments

No comments written yet.

Please login to write comment.