Color Hex Logo

#33aced Color Hex

#33ACED
(51,172,237)
0 Favorites   0 Comments

Color spaces of #33aced

RGB 51172237
HSL0.560.840.56
HSV201°78°93°
CMYK 0.780.270.00   0.07
XYZ31.403836.323385.4767
Yxy36.32330.20500.2371
Hunter Lab60.2688-12.4608-41.9003
CIE-Lab66.7662-11.0892-41.7980

#33aced color RGB value is (51,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101100 11101101
Octal 63 254 355
Decimal 51 172 237
Hex 33 AC ED

RGB Percentages of Color #33aced

%11.09
%37.39
%51.52

CMYK Percentages of Color #33aced

%78
%27
%0
%7

Triadic Colors of #33aced

#33aced #ed33ac #aced33

Analogous Colors of #33aced

#33aced #334fed #33edd1

Monochromatic Colors of #33aced

#33aced

Complementary Color

#33aced #ed7433

#33aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aced Color CSS Codes

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

#33aced Text Font Color

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

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


#33aced Background Color

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

This div background color is #33aced


#33aced Border Color

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

This div border color is #33aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aced


Comments

No comments written yet.

Please login to write comment.