Color Hex Logo

#46bddc Color Hex

#46BDDC
(70,189,220)
0 Favorites   0 Comments

Color spaces of #46bddc

RGB 70189220
HSL0.530.680.57
HSV192°68°86°
CMYK 0.680.140.00   0.14
XYZ33.641742.864674.2107
Yxy42.86460.22320.2844
Hunter Lab65.4711-22.8538-21.3748
CIE-Lab71.4630-23.3107-25.2097

#46bddc color RGB value is (70,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111101 11011100
Octal 106 275 334
Decimal 70 189 220
Hex 46 BD DC

RGB Percentages of Color #46bddc

%14.61
%39.46
%45.93

CMYK Percentages of Color #46bddc

%68
%14
%0
%14

Triadic Colors of #46bddc

#46bddc #dc46bd #bddc46

Analogous Colors of #46bddc

#46bddc #4672dc #46dcb0

Monochromatic Colors of #46bddc

#46bddc

Complementary Color

#46bddc #dc6546

#46bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bddc Color CSS Codes

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

#46bddc Text Font Color

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

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


#46bddc Background Color

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

This div background color is #46bddc


#46bddc Border Color

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

This div border color is #46bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bddc


Comments

No comments written yet.

Please login to write comment.