Color Hex Logo

#469abf Color Hex

#469ABF
(70,154,191)
0 Favorites   0 Comments

Color spaces of #469abf

RGB 70154191
HSL0.550.490.51
HSV198°63°75°
CMYK 0.630.190.00   0.25
XYZ23.485428.174953.4907
Yxy28.17490.22330.2679
Hunter Lab53.0800-13.9123-22.5927
CIE-Lab60.0464-14.0319-26.6960

#469abf color RGB value is (70,154,191).

#469abf hex color red value is 70, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #469abf hue: 0.55 , saturation: 0.49 and the lightness value of 469abf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 10111111
Octal 106 232 277
Decimal 70 154 191
Hex 46 9A BF

RGB Percentages of Color #469abf

%16.87
%37.11
%46.02

CMYK Percentages of Color #469abf

%63
%19
%0
%25

Triadic Colors of #469abf

#469abf #bf469a #9abf46

Analogous Colors of #469abf

#469abf #465dbf #46bfa8

Monochromatic Colors of #469abf

#469abf

Complementary Color

#469abf #bf6b46

#469abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#469abf Color CSS Codes

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

#469abf Text Font Color

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

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


#469abf Background Color

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

This div background color is #469abf


#469abf Border Color

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

This div border color is #469abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469abf


Comments

No comments written yet.

Please login to write comment.