Color Hex Logo

#33adec Color Hex

#33ADEC
(51,173,236)
0 Favorites   0 Comments

Color spaces of #33adec

RGB 51173236
HSL0.560.830.56
HSV200°78°93°
CMYK 0.780.270.00   0.07
XYZ31.449136.647184.7729
Yxy36.64710.20570.2397
Hunter Lab60.5368-13.2081-40.6511
CIE-Lab67.0114-11.9800-40.8675

#33adec color RGB value is (51,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101101 11101100
Octal 63 255 354
Decimal 51 173 236
Hex 33 AD EC

RGB Percentages of Color #33adec

%11.09
%37.61
%51.30

CMYK Percentages of Color #33adec

%78
%27
%0
%7

Triadic Colors of #33adec

#33adec #ec33ad #adec33

Analogous Colors of #33adec

#33adec #3350ec #33eccf

Monochromatic Colors of #33adec

#33adec

Complementary Color

#33adec #ec7233

#33adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#33adec Color CSS Codes

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

#33adec Text Font Color

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

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


#33adec Background Color

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

This div background color is #33adec


#33adec Border Color

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

This div border color is #33adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33adec


Comments

No comments written yet.

Please login to write comment.