Color Hex Logo

#33dfee Color Hex

#33DFEE
(51,223,238)
0 Favorites   0 Comments

Color spaces of #33dfee

RGB 51223238
HSL0.510.850.57
HSV185°79°93°
CMYK 0.790.060.00   0.07
XYZ43.185559.652290.1268
Yxy59.65220.22380.3091
Hunter Lab77.2348-35.3535-15.1222
CIE-Lab81.6488-36.5119-19.4252

#33dfee color RGB value is (51,223,238).

#33dfee hex color red value is 51, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #33dfee hue: 0.51 , saturation: 0.85 and the lightness value of 33dfee is 0.57.

The process color (four color CMYK) of #33dfee color hex is 0.79, 0.06, 0.00, 0.07. Web safe color of #33dfee is #33ccff. Color #33dfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011111 11101110
Octal 63 337 356
Decimal 51 223 238
Hex 33 DF EE

RGB Percentages of Color #33dfee

%9.96
%43.55
%46.48

CMYK Percentages of Color #33dfee

%79
%6
%0
%7

Triadic Colors of #33dfee

#33dfee #ee33df #dfee33

Analogous Colors of #33dfee

#33dfee #3382ee #33eea0

Monochromatic Colors of #33dfee

#33dfee

Complementary Color

#33dfee #ee4233

#33dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dfee Color CSS Codes

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

#33dfee Text Font Color

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

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


#33dfee Background Color

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

This div background color is #33dfee


#33dfee Border Color

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

This div border color is #33dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dfee


Comments

No comments written yet.

Please login to write comment.