Color Hex Logo

#46cbe1 Color Hex

#46CBE1
(70,203,225)
0 Favorites   0 Comments

Color spaces of #46cbe1

RGB 70203225
HSL0.520.720.58
HSV189°69°88°
CMYK 0.690.100.00   0.12
XYZ37.472349.450278.8040
Yxy49.45020.22610.2984
Hunter Lab70.3208-27.9431-17.2179
CIE-Lab75.7306-28.7609-21.4107

#46cbe1 color RGB value is (70,203,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001011 11100001
Octal 106 313 341
Decimal 70 203 225
Hex 46 CB E1

RGB Percentages of Color #46cbe1

%14.06
%40.76
%45.18

CMYK Percentages of Color #46cbe1

%69
%10
%0
%12

Triadic Colors of #46cbe1

#46cbe1 #e146cb #cbe146

Analogous Colors of #46cbe1

#46cbe1 #467ee1 #46e1aa

Monochromatic Colors of #46cbe1

#46cbe1

Complementary Color

#46cbe1 #e15c46

#46cbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cbe1 Color CSS Codes

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

#46cbe1 Text Font Color

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

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


#46cbe1 Background Color

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

This div background color is #46cbe1


#46cbe1 Border Color

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

This div border color is #46cbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cbe1


Comments

No comments written yet.

Please login to write comment.