Color Hex Logo

#4eb6ff Color Hex

#4EB6FF
(78,182,255)
0 Favorites   0 Comments

Color spaces of #4eb6ff

RGB 78182255
HSL0.571.000.65
HSV205°69°100°
CMYK 0.690.290.00   0.00
XYZ37.919842.2956100.7730
Yxy42.29560.20950.2337
Hunter Lab65.0351-9.7339-46.3464
CIE-Lab71.0742-7.2369-44.7778

#4eb6ff color RGB value is (78,182,255).

#4eb6ff hex color red value is 78, green value is 182 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4eb6ff hue: 0.57 , saturation: 1.00 and the lightness value of 4eb6ff is 0.65.

The process color (four color CMYK) of #4eb6ff color hex is 0.69, 0.29, 0.00, 0.00. Web safe color of #4eb6ff is #66ccff. Color #4eb6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110110 11111111
Octal 116 266 377
Decimal 78 182 255
Hex 4E B6 FF

RGB Percentages of Color #4eb6ff

%15.15
%35.34
%49.51

CMYK Percentages of Color #4eb6ff

%69
%29
%0
%0

Triadic Colors of #4eb6ff

#4eb6ff #ff4eb6 #b6ff4e

Analogous Colors of #4eb6ff

#4eb6ff #4e5eff #4efff0

Monochromatic Colors of #4eb6ff

#4eb6ff

Complementary Color

#4eb6ff #ff974e

#4eb6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb6ff Color CSS Codes

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

#4eb6ff Text Font Color

<p style="color:#4eb6ff">Text here</p>

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


#4eb6ff Background Color

<div style="background-color:#4eb6ff">
Div content here</div>

This div background color is #4eb6ff


#4eb6ff Border Color

<div style="border:3px solid #4eb6ff">
Div here</div>

This div border color is #4eb6ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,182,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4eb6ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4eb6ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4eb6ff;
  box-shadow:         1px 1px 3px 2px #4eb6ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,182,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb6ff


Comments

No comments written yet.

Please login to write comment.