Color Hex Logo

#46c9de Color Hex

#46C9DE
(70,201,222)
0 Favorites   0 Comments

Color spaces of #46c9de

RGB 70201222
HSL0.520.700.57
HSV188°68°87°
CMYK 0.680.090.00   0.13
XYZ36.597248.349376.5107
Yxy48.34930.22670.2995
Hunter Lab69.5337-27.7352-16.5656
CIE-Lab75.0447-28.6812-20.8341

#46c9de color RGB value is (70,201,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001001 11011110
Octal 106 311 336
Decimal 70 201 222
Hex 46 C9 DE

RGB Percentages of Color #46c9de

%14.20
%40.77
%45.03

CMYK Percentages of Color #46c9de

%68
%9
%0
%13

Triadic Colors of #46c9de

#46c9de #de46c9 #c9de46

Analogous Colors of #46c9de

#46c9de #467dde #46dea7

Monochromatic Colors of #46c9de

#46c9de

Complementary Color

#46c9de #de5b46

#46c9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46c9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#46c9de Color CSS Codes

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

#46c9de Text Font Color

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

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


#46c9de Background Color

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

This div background color is #46c9de


#46c9de Border Color

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

This div border color is #46c9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46c9de


Comments

No comments written yet.

Please login to write comment.