Color Hex Logo

#33adff Color Hex

#33ADFF
(51,173,255)
1 Favorites   0 Comments

Color spaces of #33adff

RGB 51173255
HSL0.571.000.60
HSV204°80°100°
CMYK 0.800.320.00   0.00
XYZ34.358837.8109100.0951
Yxy37.81090.19950.2195
Hunter Lab61.4906-7.8689-53.4696
CIE-Lab67.8810-5.3758-49.8453

#33adff color RGB value is (51,173,255).

#33adff hex color red value is 51, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #33adff hue: 0.57 , saturation: 1.00 and the lightness value of 33adff is 0.60.

The process color (four color CMYK) of #33adff color hex is 0.80, 0.32, 0.00, 0.00. Web safe color of #33adff is #3399ff. Color #33adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101101 11111111
Octal 63 255 377
Decimal 51 173 255
Hex 33 AD FF

RGB Percentages of Color #33adff

%10.65
%36.12
%53.24

CMYK Percentages of Color #33adff

%80
%32
%0
%0

Triadic Colors of #33adff

#33adff #ff33ad #adff33

Analogous Colors of #33adff

#33adff #3347ff #33ffeb

Monochromatic Colors of #33adff

#33adff

Complementary Color

#33adff #ff8533

#33adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#33adff Color CSS Codes

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

#33adff Text Font Color

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

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


#33adff Background Color

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

This div background color is #33adff


#33adff Border Color

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

This div border color is #33adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33adff

Related Colors


Comments

No comments written yet.

Please login to write comment.