Color Hex Logo

#33bedb Color Hex

#33BEDB
(51,190,219)
0 Favorites   0 Comments

Color spaces of #33bedb

RGB 51190219
HSL0.530.700.53
HSV190°77°86°
CMYK 0.770.130.00   0.14
XYZ32.564942.645273.5328
Yxy42.64520.21890.2867
Hunter Lab65.3033-25.2679-21.0494
CIE-Lab71.3135-26.4809-24.9298

#33bedb color RGB value is (51,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111110 11011011
Octal 63 276 333
Decimal 51 190 219
Hex 33 BE DB

RGB Percentages of Color #33bedb

%11.09
%41.30
%47.61

CMYK Percentages of Color #33bedb

%77
%13
%0
%14

Triadic Colors of #33bedb

#33bedb #db33be #bedb33

Analogous Colors of #33bedb

#33bedb #336adb #33dba4

Monochromatic Colors of #33bedb

#33bedb

Complementary Color

#33bedb #db5033

#33bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33bedb Color CSS Codes

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

#33bedb Text Font Color

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

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


#33bedb Background Color

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

This div background color is #33bedb


#33bedb Border Color

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

This div border color is #33bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33bedb


Comments

No comments written yet.

Please login to write comment.