Color Hex Logo

#46b8d6 Color Hex

#46B8D6
(70,184,214)
0 Favorites   0 Comments

Color spaces of #46b8d6

RGB 70184214
HSL0.530.640.56
HSV193°67°84°
CMYK 0.670.140.00   0.16
XYZ31.803940.438169.7474
Yxy40.43810.22400.2848
Hunter Lab63.5910-22.0105-20.5164
CIE-Lab69.7804-22.6198-24.5088

#46b8d6 color RGB value is (70,184,214).

#46b8d6 hex color red value is 70, green value is 184 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #46b8d6 hue: 0.53 , saturation: 0.64 and the lightness value of 46b8d6 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111000 11010110
Octal 106 270 326
Decimal 70 184 214
Hex 46 B8 D6

RGB Percentages of Color #46b8d6

%14.96
%39.32
%45.73

CMYK Percentages of Color #46b8d6

%67
%14
%0
%16

Triadic Colors of #46b8d6

#46b8d6 #d646b8 #b8d646

Analogous Colors of #46b8d6

#46b8d6 #4670d6 #46d6ac

Monochromatic Colors of #46b8d6

#46b8d6

Complementary Color

#46b8d6 #d66446

#46b8d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46b8d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46b8d6 Color CSS Codes

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

#46b8d6 Text Font Color

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

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


#46b8d6 Background Color

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

This div background color is #46b8d6


#46b8d6 Border Color

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

This div border color is #46b8d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46b8d6


Comments

No comments written yet.

Please login to write comment.