Color Hex Logo

#46cbde Color Hex

#46CBDE
(70,203,222)
0 Favorites   0 Comments

Color spaces of #46cbde

RGB 70203222
HSL0.520.700.57
HSV188°68°87°
CMYK 0.680.090.00   0.13
XYZ37.066549.287976.6671
Yxy49.28790.22740.3023
Hunter Lab70.2053-28.6162-15.6034
CIE-Lab75.6301-29.6561-19.9459

#46cbde color RGB value is (70,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001011 11011110
Octal 106 313 336
Decimal 70 203 222
Hex 46 CB DE

RGB Percentages of Color #46cbde

%14.14
%41.01
%44.85

CMYK Percentages of Color #46cbde

%68
%9
%0
%13

Triadic Colors of #46cbde

#46cbde #de46cb #cbde46

Analogous Colors of #46cbde

#46cbde #467fde #46dea5

Monochromatic Colors of #46cbde

#46cbde

Complementary Color

#46cbde #de5946

#46cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cbde Color CSS Codes

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

#46cbde Text Font Color

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

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


#46cbde Background Color

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

This div background color is #46cbde


#46cbde Border Color

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

This div border color is #46cbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,203,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 #46cbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cbde


Comments

No comments written yet.

Please login to write comment.