Color Hex Logo

#46bdc1 Color Hex

#46BDC1
(70,189,193)
0 Favorites   0 Comments

Color spaces of #46bdc1

RGB 70189193
HSL0.510.500.52
HSV182°64°76°
CMYK 0.640.020.00   0.24
XYZ30.349041.547556.8720
Yxy41.54750.23570.3227
Hunter Lab64.4574-28.7557-7.1926
CIE-Lab70.5578-31.3465-11.8305

#46bdc1 color RGB value is (70,189,193).

#46bdc1 hex color red value is 70, green value is 189 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #46bdc1 hue: 0.51 , saturation: 0.50 and the lightness value of 46bdc1 is 0.52.

The process color (four color CMYK) of #46bdc1 color hex is 0.64, 0.02, 0.00, 0.24. Web safe color of #46bdc1 is #33cccc. Color #46bdc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111101 11000001
Octal 106 275 301
Decimal 70 189 193
Hex 46 BD C1

RGB Percentages of Color #46bdc1

%15.49
%41.81
%42.70

CMYK Percentages of Color #46bdc1

%64
%2
%0
%24

Triadic Colors of #46bdc1

#46bdc1 #c146bd #bdc146

Analogous Colors of #46bdc1

#46bdc1 #4680c1 #46c188

Monochromatic Colors of #46bdc1

#46bdc1

Complementary Color

#46bdc1 #c14a46

#46bdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bdc1 Color CSS Codes

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

#46bdc1 Text Font Color

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

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


#46bdc1 Background Color

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

This div background color is #46bdc1


#46bdc1 Border Color

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

This div border color is #46bdc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,189,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bdc1


Comments

No comments written yet.

Please login to write comment.