Color Hex Logo

#469ceb Color Hex

#469CEB
(70,156,235)
0 Favorites   0 Comments

Color spaces of #469ceb

RGB 70156235
HSL0.580.800.60
HSV209°70°92°
CMYK 0.700.340.00   0.08
XYZ29.409731.077283.0457
Yxy31.07720.20490.2165
Hunter Lab55.7469-3.3881-49.3009
CIE-Lab62.5727-0.4909-47.2622

#469ceb color RGB value is (70,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 11101011
Octal 106 234 353
Decimal 70 156 235
Hex 46 9C EB

RGB Percentages of Color #469ceb

%15.18
%33.84
%50.98

CMYK Percentages of Color #469ceb

%70
%34
%0
%8

Triadic Colors of #469ceb

#469ceb #eb469c #9ceb46

Analogous Colors of #469ceb

#469ceb #464aeb #46ebe8

Monochromatic Colors of #469ceb

#469ceb

Complementary Color

#469ceb #eb9546

#469ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ceb Color CSS Codes

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

#469ceb Text Font Color

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

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


#469ceb Background Color

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

This div background color is #469ceb


#469ceb Border Color

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

This div border color is #469ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ceb


Comments

No comments written yet.

Please login to write comment.