Color Hex Logo

#46bccb Color Hex

#46BCCB
(70,188,203)
0 Favorites   0 Comments

Color spaces of #46bccb

RGB 70188203
HSL0.520.560.54
HSV187°66°80°
CMYK 0.660.070.00   0.20
XYZ31.288541.580362.8766
Yxy41.58030.23050.3063
Hunter Lab64.4828-26.2327-12.6752
CIE-Lab70.5806-27.9540-17.2712

#46bccb color RGB value is (70,188,203).

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

The process color (four color CMYK) of #46bccb color hex is 0.66, 0.07, 0.00, 0.20. Web safe color of #46bccb is #33cccc. Color #46bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111100 11001011
Octal 106 274 313
Decimal 70 188 203
Hex 46 BC CB

RGB Percentages of Color #46bccb

%15.18
%40.78
%44.03

CMYK Percentages of Color #46bccb

%66
%7
%0
%20

Triadic Colors of #46bccb

#46bccb #cb46bc #bccb46

Analogous Colors of #46bccb

#46bccb #467acb #46cb98

Monochromatic Colors of #46bccb

#46bccb

Complementary Color

#46bccb #cb5546

#46bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bccb Color CSS Codes

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

#46bccb Text Font Color

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

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


#46bccb Background Color

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

This div background color is #46bccb


#46bccb Border Color

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

This div border color is #46bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bccb


Comments

No comments written yet.

Please login to write comment.