Color Hex Logo

#469cec Color Hex

#469CEC
(70,156,236)
0 Favorites   0 Comments

Color spaces of #469cec

RGB 70156236
HSL0.580.810.60
HSV209°70°93°
CMYK 0.700.340.00   0.07
XYZ29.554631.135283.8089
Yxy31.13520.20450.2155
Hunter Lab55.7989-3.1034-49.9932
CIE-Lab62.6216-0.1469-47.7360

#469cec color RGB value is (70,156,236).

#469cec hex color red value is 70, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #469cec hue: 0.58 , saturation: 0.81 and the lightness value of 469cec is 0.60.

The process color (four color CMYK) of #469cec color hex is 0.70, 0.34, 0.00, 0.07. Web safe color of #469cec is #3399ff. Color #469cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 11101100
Octal 106 234 354
Decimal 70 156 236
Hex 46 9C EC

RGB Percentages of Color #469cec

%15.15
%33.77
%51.08

CMYK Percentages of Color #469cec

%70
%34
%0
%7

Triadic Colors of #469cec

#469cec #ec469c #9cec46

Analogous Colors of #469cec

#469cec #4649ec #46ece9

Monochromatic Colors of #469cec

#469cec

Complementary Color

#469cec #ec9646

#469cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#469cec Color CSS Codes

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

#469cec Text Font Color

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

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


#469cec Background Color

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

This div background color is #469cec


#469cec Border Color

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

This div border color is #469cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469cec


Comments

No comments written yet.

Please login to write comment.