Color Hex Logo

#469eca Color Hex

#469ECA
(70,158,202)
0 Favorites   0 Comments

Color spaces of #469eca

RGB 70158202
HSL0.560.550.53
HSV200°65°79°
CMYK 0.650.220.00   0.21
XYZ25.413330.020160.3321
Yxy30.02010.21950.2593
Hunter Lab54.7906-13.0906-26.9331
CIE-Lab61.6716-12.6763-30.3540

#469eca color RGB value is (70,158,202).

#469eca hex color red value is 70, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #469eca hue: 0.56 , saturation: 0.55 and the lightness value of 469eca is 0.53.

The process color (four color CMYK) of #469eca color hex is 0.65, 0.22, 0.00, 0.21. Web safe color of #469eca is #3399cc. Color #469eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 11001010
Octal 106 236 312
Decimal 70 158 202
Hex 46 9E CA

RGB Percentages of Color #469eca

%16.28
%36.74
%46.98

CMYK Percentages of Color #469eca

%65
%22
%0
%21

Triadic Colors of #469eca

#469eca #ca469e #9eca46

Analogous Colors of #469eca

#469eca #465cca #46cab4

Monochromatic Colors of #469eca

#469eca

Complementary Color

#469eca #ca7246

#469eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#469eca Color CSS Codes

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

#469eca Text Font Color

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

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


#469eca Background Color

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

This div background color is #469eca


#469eca Border Color

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

This div border color is #469eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469eca


Comments

No comments written yet.

Please login to write comment.