Color Hex Logo

#469cdd Color Hex

#469CDD
(70,156,221)
0 Favorites   0 Comments

Color spaces of #469cdd

RGB 70156221
HSL0.570.690.57
HSV206°68°87°
CMYK 0.680.290.00   0.13
XYZ27.465430.299572.8074
Yxy30.29950.21030.2321
Hunter Lab55.0450-7.2639-39.8908
CIE-Lab61.9118-5.2650-40.5607

#469cdd color RGB value is (70,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 11011101
Octal 106 234 335
Decimal 70 156 221
Hex 46 9C DD

RGB Percentages of Color #469cdd

%15.66
%34.90
%49.44

CMYK Percentages of Color #469cdd

%68
%29
%0
%13

Triadic Colors of #469cdd

#469cdd #dd469c #9cdd46

Analogous Colors of #469cdd

#469cdd #4651dd #46ddd3

Monochromatic Colors of #469cdd

#469cdd

Complementary Color

#469cdd #dd8746

#469cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469cdd Color CSS Codes

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

#469cdd Text Font Color

<p style="color:#469cdd">Text here</p>

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


#469cdd Background Color

<div style="background-color:#469cdd">
Div content here</div>

This div background color is #469cdd


#469cdd Border Color

<div style="border:3px solid #469cdd">
Div here</div>

This div border color is #469cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469cdd


Comments

No comments written yet.

Please login to write comment.