Color Hex Logo

#46bbce Color Hex

#46BBCE
(70,187,206)
0 Favorites   0 Comments

Color spaces of #46bbce

RGB 70187206
HSL0.520.580.54
HSV188°66°81°
CMYK 0.660.090.00   0.19
XYZ31.436741.299064.7071
Yxy41.29900.22870.3005
Hunter Lab64.2643-25.1442-14.7135
CIE-Lab70.3849-26.5663-19.2094

#46bbce color RGB value is (70,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111011 11001110
Octal 106 273 316
Decimal 70 187 206
Hex 46 BB CE

RGB Percentages of Color #46bbce

%15.12
%40.39
%44.49

CMYK Percentages of Color #46bbce

%66
%9
%0
%19

Triadic Colors of #46bbce

#46bbce #ce46bb #bbce46

Analogous Colors of #46bbce

#46bbce #4677ce #46ce9d

Monochromatic Colors of #46bbce

#46bbce

Complementary Color

#46bbce #ce5946

#46bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bbce Color CSS Codes

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

#46bbce Text Font Color

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

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


#46bbce Background Color

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

This div background color is #46bbce


#46bbce Border Color

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

This div border color is #46bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bbce


Comments

No comments written yet.

Please login to write comment.