Color Hex Logo

#33aded Color Hex

#33ADED
(51,173,237)
0 Favorites   0 Comments

Color spaces of #33aded

RGB 51173237
HSL0.560.840.56
HSV201°78°93°
CMYK 0.780.270.00   0.07
XYZ31.594936.705485.5404
Yxy36.70540.20540.2386
Hunter Lab60.5850-12.9365-41.3025
CIE-Lab67.0554-11.6361-41.3452

#33aded color RGB value is (51,173,237).

#33aded hex color red value is 51, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #33aded hue: 0.56 , saturation: 0.84 and the lightness value of 33aded is 0.56.

The process color (four color CMYK) of #33aded color hex is 0.78, 0.27, 0.00, 0.07. Web safe color of #33aded is #3399ff. Color #33aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101101 11101101
Octal 63 255 355
Decimal 51 173 237
Hex 33 AD ED

RGB Percentages of Color #33aded

%11.06
%37.53
%51.41

CMYK Percentages of Color #33aded

%78
%27
%0
%7

Triadic Colors of #33aded

#33aded #ed33ad #aded33

Analogous Colors of #33aded

#33aded #3350ed #33edd0

Monochromatic Colors of #33aded

#33aded

Complementary Color

#33aded #ed7333

#33aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aded Color CSS Codes

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

#33aded Text Font Color

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

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


#33aded Background Color

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

This div background color is #33aded


#33aded Border Color

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

This div border color is #33aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aded


Comments

No comments written yet.

Please login to write comment.