Color Hex Logo

#33daee Color Hex

#33DAEE
(51,218,238)
0 Favorites   0 Comments

Color spaces of #33daee

RGB 51218238
HSL0.520.850.57
HSV186°79°93°
CMYK 0.790.080.00   0.07
XYZ41.869357.019789.6881
Yxy57.01970.22200.3024
Hunter Lab75.5114-33.1709-17.5633
CIE-Lab80.1907-34.1724-21.6340

#33daee color RGB value is (51,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011010 11101110
Octal 63 332 356
Decimal 51 218 238
Hex 33 DA EE

RGB Percentages of Color #33daee

%10.06
%43.00
%46.94

CMYK Percentages of Color #33daee

%79
%8
%0
%7

Triadic Colors of #33daee

#33daee #ee33da #daee33

Analogous Colors of #33daee

#33daee #337dee #33eea5

Monochromatic Colors of #33daee

#33daee

Complementary Color

#33daee #ee4733

#33daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#33daee Color CSS Codes

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

#33daee Text Font Color

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

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


#33daee Background Color

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

This div background color is #33daee


#33daee Border Color

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

This div border color is #33daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33daee


Comments

No comments written yet.

Please login to write comment.