Color Hex Logo

#33afec Color Hex

#33AFEC
(51,175,236)
0 Favorites   0 Comments

Color spaces of #33afec

RGB 51175236
HSL0.550.830.56
HSV200°78°93°
CMYK 0.780.260.00   0.07
XYZ31.835537.419984.9017
Yxy37.41990.20650.2427
Hunter Lab61.1718-14.1543-39.4696
CIE-Lab67.5909-13.0671-39.9615

#33afec color RGB value is (51,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101111 11101100
Octal 63 257 354
Decimal 51 175 236
Hex 33 AF EC

RGB Percentages of Color #33afec

%11.04
%37.88
%51.08

CMYK Percentages of Color #33afec

%78
%26
%0
%7

Triadic Colors of #33afec

#33afec #ec33af #afec33

Analogous Colors of #33afec

#33afec #3352ec #33eccd

Monochromatic Colors of #33afec

#33afec

Complementary Color

#33afec #ec7033

#33afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#33afec Color CSS Codes

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

#33afec Text Font Color

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

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


#33afec Background Color

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

This div background color is #33afec


#33afec Border Color

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

This div border color is #33afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33afec


Comments

No comments written yet.

Please login to write comment.