Color Hex Logo

#4ebeeb Color Hex

#4EBEEB
(78,190,235)
0 Favorites   0 Comments

Color spaces of #4ebeeb

RGB 78190235
HSL0.550.800.61
HSV197°67°92°
CMYK 0.670.190.00   0.08
XYZ36.550744.444885.2495
Yxy44.44480.21990.2673
Hunter Lab66.6669-18.8030-29.1495
CIE-Lab72.5248-17.9736-31.7058

#4ebeeb color RGB value is (78,190,235).

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

The process color (four color CMYK) of #4ebeeb color hex is 0.67, 0.19, 0.00, 0.08. Web safe color of #4ebeeb is #66ccff. Color #4ebeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 11101011
Octal 116 276 353
Decimal 78 190 235
Hex 4E BE EB

RGB Percentages of Color #4ebeeb

%15.51
%37.77
%46.72

CMYK Percentages of Color #4ebeeb

%67
%19
%0
%8

Triadic Colors of #4ebeeb

#4ebeeb #eb4ebe #beeb4e

Analogous Colors of #4ebeeb

#4ebeeb #4e70eb #4eebca

Monochromatic Colors of #4ebeeb

#4ebeeb

Complementary Color

#4ebeeb #eb7b4e

#4ebeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebeeb Color CSS Codes

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

#4ebeeb Text Font Color

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

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


#4ebeeb Background Color

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

This div background color is #4ebeeb


#4ebeeb Border Color

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

This div border color is #4ebeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebeeb


Comments

No comments written yet.

Please login to write comment.