Color Hex Logo

#33bedc Color Hex

#33BEDC
(51,190,220)
1 Favorites   0 Comments

Color spaces of #33bedc

RGB 51190220
HSL0.530.710.53
HSV191°77°86°
CMYK 0.770.140.00   0.14
XYZ32.697042.698074.2284
Yxy42.69800.21850.2854
Hunter Lab65.3437-25.0328-21.6110
CIE-Lab71.3495-26.1638-25.4193

#33bedc color RGB value is (51,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111110 11011100
Octal 63 276 334
Decimal 51 190 220
Hex 33 BE DC

RGB Percentages of Color #33bedc

%11.06
%41.21
%47.72

CMYK Percentages of Color #33bedc

%77
%14
%0
%14

Triadic Colors of #33bedc

#33bedc #dc33be #bedc33

Analogous Colors of #33bedc

#33bedc #336adc #33dca6

Monochromatic Colors of #33bedc

#33bedc

Complementary Color

#33bedc #dc5133

#33bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bedc Color CSS Codes

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

#33bedc Text Font Color

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

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


#33bedc Background Color

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

This div background color is #33bedc


#33bedc Border Color

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

This div border color is #33bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bedc


Comments

No comments written yet.

Please login to write comment.