Color Hex Logo

#33badc Color Hex

#33BADC
(51,186,220)
0 Favorites   0 Comments

Color spaces of #33badc

RGB 51186220
HSL0.530.710.53
HSV192°77°86°
CMYK 0.770.150.00   0.14
XYZ31.842440.988973.9435
Yxy40.98890.21690.2793
Hunter Lab64.0226-23.2604-23.6618
CIE-Lab70.1681-24.1509-27.2306

#33badc color RGB value is (51,186,220).

#33badc hex color red value is 51, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #33badc hue: 0.53 , saturation: 0.71 and the lightness value of 33badc is 0.53.

The process color (four color CMYK) of #33badc color hex is 0.77, 0.15, 0.00, 0.14. Web safe color of #33badc is #33cccc. Color #33badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111010 11011100
Octal 63 272 334
Decimal 51 186 220
Hex 33 BA DC

RGB Percentages of Color #33badc

%11.16
%40.70
%48.14

CMYK Percentages of Color #33badc

%77
%15
%0
%14

Triadic Colors of #33badc

#33badc #dc33ba #badc33

Analogous Colors of #33badc

#33badc #3366dc #33dcaa

Monochromatic Colors of #33badc

#33badc

Complementary Color

#33badc #dc5533

#33badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33badc Color CSS Codes

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

#33badc Text Font Color

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

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


#33badc Background Color

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

This div background color is #33badc


#33badc Border Color

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

This div border color is #33badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33badc


Comments

No comments written yet.

Please login to write comment.