Color Hex Logo

#469acf Color Hex

#469ACF
(70,154,207)
0 Favorites   0 Comments

Color spaces of #469acf

RGB 70154207
HSL0.560.590.54
HSV203°66°81°
CMYK 0.660.260.00   0.19
XYZ25.343928.918363.2775
Yxy28.91830.21560.2460
Hunter Lab53.7757-9.9825-32.1231
CIE-Lab60.7095-8.8227-34.6436

#469acf color RGB value is (70,154,207).

#469acf hex color red value is 70, green value is 154 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #469acf hue: 0.56 , saturation: 0.59 and the lightness value of 469acf is 0.54.

The process color (four color CMYK) of #469acf color hex is 0.66, 0.26, 0.00, 0.19. Web safe color of #469acf is #3399cc. Color #469acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11001111
Octal 106 232 317
Decimal 70 154 207
Hex 46 9A CF

RGB Percentages of Color #469acf

%16.24
%35.73
%48.03

CMYK Percentages of Color #469acf

%66
%26
%0
%19

Triadic Colors of #469acf

#469acf #cf469a #9acf46

Analogous Colors of #469acf

#469acf #4656cf #46cfc0

Monochromatic Colors of #469acf

#469acf

Complementary Color

#469acf #cf7b46

#469acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#469acf Color CSS Codes

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

#469acf Text Font Color

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

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


#469acf Background Color

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

This div background color is #469acf


#469acf Border Color

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

This div border color is #469acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469acf


Comments

No comments written yet.

Please login to write comment.