Color Hex Logo

#46acdd Color Hex

#46ACDD
(70,172,221)
0 Favorites   0 Comments

Color spaces of #46acdd

RGB 70172221
HSL0.550.690.57
HSV199°68°87°
CMYK 0.680.220.00   0.13
XYZ30.329536.027673.7621
Yxy36.02760.21650.2571
Hunter Lab60.0230-14.8445-30.8452
CIE-Lab66.5410-14.1059-33.3404

#46acdd color RGB value is (70,172,221).

#46acdd hex color red value is 70, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #46acdd hue: 0.55 , saturation: 0.69 and the lightness value of 46acdd is 0.57.

The process color (four color CMYK) of #46acdd color hex is 0.68, 0.22, 0.00, 0.13. Web safe color of #46acdd is #3399cc. Color #46acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101100 11011101
Octal 106 254 335
Decimal 70 172 221
Hex 46 AC DD

RGB Percentages of Color #46acdd

%15.12
%37.15
%47.73

CMYK Percentages of Color #46acdd

%68
%22
%0
%13

Triadic Colors of #46acdd

#46acdd #dd46ac #acdd46

Analogous Colors of #46acdd

#46acdd #4661dd #46ddc3

Monochromatic Colors of #46acdd

#46acdd

Complementary Color

#46acdd #dd7746

#46acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46acdd Color CSS Codes

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

#46acdd Text Font Color

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

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


#46acdd Background Color

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

This div background color is #46acdd


#46acdd Border Color

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

This div border color is #46acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46acdd

#46acdd Color Palettes


Comments

No comments written yet.

Please login to write comment.