Color Hex Logo

#33abec Color Hex

#33ABEC
(51,171,236)
0 Favorites   0 Comments

Color spaces of #33abec

RGB 51171236
HSL0.560.830.56
HSV201°78°93°
CMYK 0.780.280.00   0.07
XYZ31.068535.885884.6460
Yxy35.88580.20490.2367
Hunter Lab59.9048-12.2576-41.8440
CIE-Lab66.4326-10.8857-41.7736

#33abec color RGB value is (51,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101011 11101100
Octal 63 253 354
Decimal 51 171 236
Hex 33 AB EC

RGB Percentages of Color #33abec

%11.14
%37.34
%51.53

CMYK Percentages of Color #33abec

%78
%28
%0
%7

Triadic Colors of #33abec

#33abec #ec33ab #abec33

Analogous Colors of #33abec

#33abec #334eec #33ecd1

Monochromatic Colors of #33abec

#33abec

Complementary Color

#33abec #ec7433

#33abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#33abec Color CSS Codes

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

#33abec Text Font Color

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

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


#33abec Background Color

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

This div background color is #33abec


#33abec Border Color

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

This div border color is #33abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33abec


Comments

No comments written yet.

Please login to write comment.