Color Hex Logo

#4eafeb Color Hex

#4EAFEB
(78,175,235)
0 Favorites   0 Comments

Color spaces of #4eafeb

RGB 78175235
HSL0.560.800.61
HSV203°67°92°
CMYK 0.670.260.00   0.08
XYZ33.467338.277884.2217
Yxy38.27780.21460.2454
Hunter Lab61.8691-11.7135-37.4025
CIE-Lab68.2249-9.9655-38.3757

#4eafeb color RGB value is (78,175,235).

#4eafeb hex color red value is 78, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4eafeb hue: 0.56 , saturation: 0.80 and the lightness value of 4eafeb is 0.61.

The process color (four color CMYK) of #4eafeb color hex is 0.67, 0.26, 0.00, 0.08. Web safe color of #4eafeb is #6699ff. Color #4eafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11101011
Octal 116 257 353
Decimal 78 175 235
Hex 4E AF EB

RGB Percentages of Color #4eafeb

%15.98
%35.86
%48.16

CMYK Percentages of Color #4eafeb

%67
%26
%0
%8

Triadic Colors of #4eafeb

#4eafeb #eb4eaf #afeb4e

Analogous Colors of #4eafeb

#4eafeb #4e61eb #4eebd9

Monochromatic Colors of #4eafeb

#4eafeb

Complementary Color

#4eafeb #eb8a4e

#4eafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eafeb Color CSS Codes

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

#4eafeb Text Font Color

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

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


#4eafeb Background Color

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

This div background color is #4eafeb


#4eafeb Border Color

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

This div border color is #4eafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eafeb


Comments

No comments written yet.

Please login to write comment.