Color Hex Logo

#46bedb Color Hex

#46BEDB
(70,190,219)
0 Favorites   0 Comments

Color spaces of #46bedb

RGB 70190219
HSL0.530.670.57
HSV192°68°86°
CMYK 0.680.130.00   0.14
XYZ33.725443.243573.5871
Yxy43.24350.22400.2872
Hunter Lab65.7598-23.5346-20.3154
CIE-Lab71.7199-24.1252-24.2722

#46bedb color RGB value is (70,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111110 11011011
Octal 106 276 333
Decimal 70 190 219
Hex 46 BE DB

RGB Percentages of Color #46bedb

%14.61
%39.67
%45.72

CMYK Percentages of Color #46bedb

%68
%13
%0
%14

Triadic Colors of #46bedb

#46bedb #db46be #bedb46

Analogous Colors of #46bedb

#46bedb #4674db #46dbae

Monochromatic Colors of #46bedb

#46bedb

Complementary Color

#46bedb #db6346

#46bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bedb Color CSS Codes

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

#46bedb Text Font Color

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

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


#46bedb Background Color

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

This div background color is #46bedb


#46bedb Border Color

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

This div border color is #46bedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #46bedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bedb


Comments

No comments written yet.

Please login to write comment.