Color Hex Logo

#46d0e1 Color Hex

#46D0E1
(70,208,225)
0 Favorites   0 Comments

Color spaces of #46d0e1

RGB 70208225
HSL0.520.720.58
HSV187°69°88°
CMYK 0.690.080.00   0.12
XYZ38.672351.850179.2040
Yxy51.85010.22790.3055
Hunter Lab72.0070-30.1465-14.8110
CIE-Lab77.1911-31.1839-19.1958

#46d0e1 color RGB value is (70,208,225).

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

The process color (four color CMYK) of #46d0e1 color hex is 0.69, 0.08, 0.00, 0.12. Web safe color of #46d0e1 is #33cccc. Color #46d0e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11010000 11100001
Octal 106 320 341
Decimal 70 208 225
Hex 46 D0 E1

RGB Percentages of Color #46d0e1

%13.92
%41.35
%44.73

CMYK Percentages of Color #46d0e1

%69
%8
%0
%12

Triadic Colors of #46d0e1

#46d0e1 #e146d0 #d0e146

Analogous Colors of #46d0e1

#46d0e1 #4683e1 #46e1a5

Monochromatic Colors of #46d0e1

#46d0e1

Complementary Color

#46d0e1 #e15746

#46d0e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46d0e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46d0e1 Color CSS Codes

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

#46d0e1 Text Font Color

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

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


#46d0e1 Background Color

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

This div background color is #46d0e1


#46d0e1 Border Color

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

This div border color is #46d0e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46d0e1


Comments

No comments written yet.

Please login to write comment.