Color Hex Logo

#46bcdc Color Hex

#46BCDC
(70,188,220)
0 Favorites   0 Comments

Color spaces of #46bcdc

RGB 70188220
HSL0.540.680.57
HSV193°68°86°
CMYK 0.680.150.00   0.14
XYZ33.427342.435874.1393
Yxy42.43580.22280.2829
Hunter Lab65.1428-22.4045-21.8783
CIE-Lab71.1703-22.8023-25.6577

#46bcdc color RGB value is (70,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111100 11011100
Octal 106 274 334
Decimal 70 188 220
Hex 46 BC DC

RGB Percentages of Color #46bcdc

%14.64
%39.33
%46.03

CMYK Percentages of Color #46bcdc

%68
%15
%0
%14

Triadic Colors of #46bcdc

#46bcdc #dc46bc #bcdc46

Analogous Colors of #46bcdc

#46bcdc #4671dc #46dcb1

Monochromatic Colors of #46bcdc

#46bcdc

Complementary Color

#46bcdc #dc6646

#46bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bcdc Color CSS Codes

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

#46bcdc Text Font Color

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

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


#46bcdc Background Color

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

This div background color is #46bcdc


#46bcdc Border Color

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

This div border color is #46bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bcdc


Comments

No comments written yet.

Please login to write comment.