Color Hex Logo

#479aeb Color Hex

#479AEB
(71,154,235)
0 Favorites   0 Comments

Color spaces of #479aeb

RGB 71154235
HSL0.580.800.60
HSV210°70°92°
CMYK 0.700.340.00   0.08
XYZ29.149530.449082.9382
Yxy30.44900.20450.2136
Hunter Lab55.1806-2.2723-50.4883
CIE-Lab62.03970.8064-48.1023

#479aeb color RGB value is (71,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 11101011
Octal 107 232 353
Decimal 71 154 235
Hex 47 9A EB

RGB Percentages of Color #479aeb

%15.43
%33.48
%51.09

CMYK Percentages of Color #479aeb

%70
%34
%0
%8

Triadic Colors of #479aeb

#479aeb #eb479a #9aeb47

Analogous Colors of #479aeb

#479aeb #4748eb #47ebea

Monochromatic Colors of #479aeb

#479aeb

Complementary Color

#479aeb #eb9847

#479aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479aeb Color CSS Codes

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

#479aeb Text Font Color

<p style="color:#479aeb">Text here</p>

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


#479aeb Background Color

<div style="background-color:#479aeb">
Div content here</div>

This div background color is #479aeb


#479aeb Border Color

<div style="border:3px solid #479aeb">
Div here</div>

This div border color is #479aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,154,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #479aeb;
  box-shadow:         1px 1px 3px 2px #479aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,154,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 #479aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479aeb


Comments

No comments written yet.

Please login to write comment.