Color Hex Logo

#33becd Color Hex

#33BECD
(51,190,205)
0 Favorites   0 Comments

Color spaces of #33becd

RGB 51190205
HSL0.520.610.50
HSV186°75°80°
CMYK 0.750.070.00   0.20
XYZ30.798141.938564.2293
Yxy41.93850.22490.3062
Hunter Lab64.7599-28.4401-13.4722
CIE-Lab70.8285-30.8358-18.0297

#33becd color RGB value is (51,190,205).

#33becd hex color red value is 51, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #33becd hue: 0.52 , saturation: 0.61 and the lightness value of 33becd is 0.50.

The process color (four color CMYK) of #33becd color hex is 0.75, 0.07, 0.00, 0.20. Web safe color of #33becd is #33cccc. Color #33becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10111110 11001101
Octal 63 276 315
Decimal 51 190 205
Hex 33 BE CD

RGB Percentages of Color #33becd

%11.43
%42.60
%45.96

CMYK Percentages of Color #33becd

%75
%7
%0
%20

Triadic Colors of #33becd

#33becd #cd33be #becd33

Analogous Colors of #33becd

#33becd #3371cd #33cd8f

Monochromatic Colors of #33becd

#33becd

Complementary Color

#33becd #cd4233

#33becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33becd Color CSS Codes

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

#33becd Text Font Color

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

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


#33becd Background Color

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

This div background color is #33becd


#33becd Border Color

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

This div border color is #33becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33becd


Comments

No comments written yet.

Please login to write comment.