Color Hex Logo

#46bcde Color Hex

#46BCDE
(70,188,222)
0 Favorites   0 Comments

Color spaces of #46bcde

RGB 70188222
HSL0.540.700.57
HSV193°68°87°
CMYK 0.680.150.00   0.13
XYZ33.693842.542575.5429
Yxy42.54250.22200.2803
Hunter Lab65.2246-21.9333-23.0122
CIE-Lab71.2433-22.1815-26.6353

#46bcde color RGB value is (70,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111100 11011110
Octal 106 274 336
Decimal 70 188 222
Hex 46 BC DE

RGB Percentages of Color #46bcde

%14.58
%39.17
%46.25

CMYK Percentages of Color #46bcde

%68
%15
%0
%13

Triadic Colors of #46bcde

#46bcde #de46bc #bcde46

Analogous Colors of #46bcde

#46bcde #4670de #46deb4

Monochromatic Colors of #46bcde

#46bcde

Complementary Color

#46bcde #de6846

#46bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bcde Color CSS Codes

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

#46bcde Text Font Color

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

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


#46bcde Background Color

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

This div background color is #46bcde


#46bcde Border Color

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

This div border color is #46bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bcde


Comments

No comments written yet.

Please login to write comment.