Color Hex Logo

#478eed Color Hex

#478EED
(71,142,237)
0 Favorites   0 Comments

Color spaces of #478eed

RGB 71142237
HSL0.600.820.60
HSV214°70°93°
CMYK 0.700.400.00   0.07
XYZ27.557626.800083.8412
Yxy26.80000.19940.1939
Hunter Lab51.76874.4241-59.7841
CIE-Lab58.78878.5659-54.3680

#478eed color RGB value is (71,142,237).

#478eed hex color red value is 71, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #478eed hue: 0.60 , saturation: 0.82 and the lightness value of 478eed is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11101101
Octal 107 216 355
Decimal 71 142 237
Hex 47 8E ED

RGB Percentages of Color #478eed

%15.78
%31.56
%52.67

CMYK Percentages of Color #478eed

%70
%40
%0
%7

Triadic Colors of #478eed

#478eed #ed478e #8eed47

Analogous Colors of #478eed

#478eed #5347ed #47e1ed

Monochromatic Colors of #478eed

#478eed

Complementary Color

#478eed #eda647

#478eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#478eed Color CSS Codes

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

#478eed Text Font Color

<p style="color:#478eed">Text here</p>

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


#478eed Background Color

<div style="background-color:#478eed">
Div content here</div>

This div background color is #478eed


#478eed Border Color

<div style="border:3px solid #478eed">
Div here</div>

This div border color is #478eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,142,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478eed;
  -webkit-box-shadow: 1px 1px 3px 2px #478eed;
  box-shadow:         1px 1px 3px 2px #478eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,142,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478eed


Comments

No comments written yet.

Please login to write comment.