Color Hex Logo

#469ebe Color Hex

#469EBE
(70,158,190)
0 Favorites   0 Comments

Color spaces of #469ebe

RGB 70158190
HSL0.540.480.51
HSV196°63°75°
CMYK 0.630.170.00   0.25
XYZ24.046929.473553.1367
Yxy29.47350.22550.2763
Hunter Lab54.2895-15.9421-20.0284
CIE-Lab61.1973-16.5116-24.3629

#469ebe color RGB value is (70,158,190).

#469ebe hex color red value is 70, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #469ebe hue: 0.54 , saturation: 0.48 and the lightness value of 469ebe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 10111110
Octal 106 236 276
Decimal 70 158 190
Hex 46 9E BE

RGB Percentages of Color #469ebe

%16.75
%37.80
%45.45

CMYK Percentages of Color #469ebe

%63
%17
%0
%25

Triadic Colors of #469ebe

#469ebe #be469e #9ebe46

Analogous Colors of #469ebe

#469ebe #4662be #46bea2

Monochromatic Colors of #469ebe

#469ebe

Complementary Color

#469ebe #be6646

#469ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ebe Color CSS Codes

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

#469ebe Text Font Color

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

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


#469ebe Background Color

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

This div background color is #469ebe


#469ebe Border Color

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

This div border color is #469ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ebe


Comments

No comments written yet.

Please login to write comment.