Color Hex Logo

#479ceb Color Hex

#479CEB
(71,156,235)
0 Favorites   0 Comments

Color spaces of #479ceb

RGB 71156235
HSL0.580.800.60
HSV209°70°92°
CMYK 0.700.340.00   0.08
XYZ29.482431.114783.0491
Yxy31.11470.20520.2166
Hunter Lab55.7806-3.2711-49.2278
CIE-Lab62.6043-0.3486-47.2102

#479ceb color RGB value is (71,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011100 11101011
Octal 107 234 353
Decimal 71 156 235
Hex 47 9C EB

RGB Percentages of Color #479ceb

%15.37
%33.77
%50.87

CMYK Percentages of Color #479ceb

%70
%34
%0
%8

Triadic Colors of #479ceb

#479ceb #eb479c #9ceb47

Analogous Colors of #479ceb

#479ceb #474aeb #47ebe8

Monochromatic Colors of #479ceb

#479ceb

Complementary Color

#479ceb #eb9647

#479ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479ceb Color CSS Codes

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

#479ceb Text Font Color

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

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


#479ceb Background Color

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

This div background color is #479ceb


#479ceb Border Color

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

This div border color is #479ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479ceb


Comments

No comments written yet.

Please login to write comment.