Color Hex Logo

#46cdec Color Hex

#46CDEC
(70,205,236)
0 Favorites   0 Comments

Color spaces of #46cdec

RGB 70205236
HSL0.530.810.60
HSV191°70°93°
CMYK 0.700.130.00   0.07
XYZ39.497451.020987.1232
Yxy51.02090.22230.2872
Hunter Lab71.4289-26.2971-22.3169
CIE-Lab76.6917-26.4146-25.8623

#46cdec color RGB value is (70,205,236).

#46cdec hex color red value is 70, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #46cdec hue: 0.53 , saturation: 0.81 and the lightness value of 46cdec is 0.60.

The process color (four color CMYK) of #46cdec color hex is 0.70, 0.13, 0.00, 0.07. Web safe color of #46cdec is #33ccff. Color #46cdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001101 11101100
Octal 106 315 354
Decimal 70 205 236
Hex 46 CD EC

RGB Percentages of Color #46cdec

%13.70
%40.12
%46.18

CMYK Percentages of Color #46cdec

%70
%13
%0
%7

Triadic Colors of #46cdec

#46cdec #ec46cd #cdec46

Analogous Colors of #46cdec

#46cdec #467aec #46ecb8

Monochromatic Colors of #46cdec

#46cdec

Complementary Color

#46cdec #ec6546

#46cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cdec Color CSS Codes

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

#46cdec Text Font Color

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

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


#46cdec Background Color

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

This div background color is #46cdec


#46cdec Border Color

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

This div border color is #46cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cdec


Comments

No comments written yet.

Please login to write comment.