Color Hex Logo

#46bcca Color Hex

#46BCCA
(70,188,202)
0 Favorites   0 Comments

Color spaces of #46bcca

RGB 70188202
HSL0.520.550.53
HSV186°65°79°
CMYK 0.650.070.00   0.21
XYZ31.169741.532862.2509
Yxy41.53280.23100.3078
Hunter Lab64.4459-26.4477-12.1584
CIE-Lab70.5476-28.2494-16.7738

#46bcca color RGB value is (70,188,202).

#46bcca hex color red value is 70, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #46bcca hue: 0.52 , saturation: 0.55 and the lightness value of 46bcca is 0.53.

The process color (four color CMYK) of #46bcca color hex is 0.65, 0.07, 0.00, 0.21. Web safe color of #46bcca is #33cccc. Color #46bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111100 11001010
Octal 106 274 312
Decimal 70 188 202
Hex 46 BC CA

RGB Percentages of Color #46bcca

%15.22
%40.87
%43.91

CMYK Percentages of Color #46bcca

%65
%7
%0
%21

Triadic Colors of #46bcca

#46bcca #ca46bc #bcca46

Analogous Colors of #46bcca

#46bcca #467aca #46ca96

Monochromatic Colors of #46bcca

#46bcca

Complementary Color

#46bcca #ca5446

#46bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bcca Color CSS Codes

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

#46bcca Text Font Color

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

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


#46bcca Background Color

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

This div background color is #46bcca


#46bcca Border Color

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

This div border color is #46bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bcca


Comments

No comments written yet.

Please login to write comment.