Color Hex Logo

#46deef Color Hex

#46DEEF
(70,222,239)
0 Favorites   0 Comments

Color spaces of #46deef

RGB 70222239
HSL0.520.840.61
HSV186°71°94°
CMYK 0.710.070.00   0.06
XYZ44.227159.776690.8684
Yxy59.77660.22700.3067
Hunter Lab77.3153-33.1935-15.5626
CIE-Lab81.7166-33.7384-19.8219

#46deef color RGB value is (70,222,239).

#46deef hex color red value is 70, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #46deef hue: 0.52 , saturation: 0.84 and the lightness value of 46deef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011110 11101111
Octal 106 336 357
Decimal 70 222 239
Hex 46 DE EF

RGB Percentages of Color #46deef

%13.18
%41.81
%45.01

CMYK Percentages of Color #46deef

%71
%7
%0
%6

Triadic Colors of #46deef

#46deef #ef46de #deef46

Analogous Colors of #46deef

#46deef #468aef #46efac

Monochromatic Colors of #46deef

#46deef

Complementary Color

#46deef #ef5746

#46deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#46deef Color CSS Codes

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

#46deef Text Font Color

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

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


#46deef Background Color

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

This div background color is #46deef


#46deef Border Color

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

This div border color is #46deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46deef


Comments

No comments written yet.

Please login to write comment.