Color Hex Logo

#33acef Color Hex

#33ACEF
(51,172,239)
0 Favorites   0 Comments

Color spaces of #33acef

RGB 51172239
HSL0.560.850.57
HSV201°79°94°
CMYK 0.790.280.00   0.06
XYZ31.697836.440987.0245
Yxy36.44090.20430.2349
Hunter Lab60.3663-11.9123-43.2165
CIE-Lab66.8554-10.3985-42.7511

#33acef color RGB value is (51,172,239).

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

The process color (four color CMYK) of #33acef color hex is 0.79, 0.28, 0.00, 0.06. Web safe color of #33acef is #3399ff. Color #33acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101100 11101111
Octal 63 254 357
Decimal 51 172 239
Hex 33 AC EF

RGB Percentages of Color #33acef

%11.04
%37.23
%51.73

CMYK Percentages of Color #33acef

%79
%28
%0
%6

Triadic Colors of #33acef

#33acef #ef33ac #acef33

Analogous Colors of #33acef

#33acef #334eef #33efd4

Monochromatic Colors of #33acef

#33acef

Complementary Color

#33acef #ef7633

#33acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#33acef Color CSS Codes

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

#33acef Text Font Color

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

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


#33acef Background Color

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

This div background color is #33acef


#33acef Border Color

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

This div border color is #33acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33acef


Comments

No comments written yet.

Please login to write comment.