Color Hex Logo

#4eb5fb Color Hex

#4EB5FB
(78,181,251)
0 Favorites   0 Comments

Color spaces of #4eb5fb

RGB 78181251
HSL0.570.960.65
HSV204°69°98°
CMYK 0.690.280.00   0.02
XYZ37.078341.632597.3484
Yxy41.63250.21060.2365
Hunter Lab64.5233-10.3406-44.2865
CIE-Lab70.6168-8.0084-43.3331

#4eb5fb color RGB value is (78,181,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110101 11111011
Octal 116 265 373
Decimal 78 181 251
Hex 4E B5 FB

RGB Percentages of Color #4eb5fb

%15.29
%35.49
%49.22

CMYK Percentages of Color #4eb5fb

%69
%28
%0
%2

Triadic Colors of #4eb5fb

#4eb5fb #fb4eb5 #b5fb4e

Analogous Colors of #4eb5fb

#4eb5fb #4e5efb #4efbeb

Monochromatic Colors of #4eb5fb

#4eb5fb

Complementary Color

#4eb5fb #fb944e

#4eb5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb5fb Color CSS Codes

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

#4eb5fb Text Font Color

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

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


#4eb5fb Background Color

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

This div background color is #4eb5fb


#4eb5fb Border Color

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

This div border color is #4eb5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb5fb


Comments

No comments written yet.

Please login to write comment.