Color Hex Logo

#4ebdeb Color Hex

#4EBDEB
(78,189,235)
0 Favorites   0 Comments

Color spaces of #4ebdeb

RGB 78189235
HSL0.550.800.61
HSV198°67°92°
CMYK 0.670.200.00   0.08
XYZ36.334944.013185.1776
Yxy44.01310.21950.2659
Hunter Lab66.3424-18.3369-29.6833
CIE-Lab72.2373-17.4512-32.1497

#4ebdeb color RGB value is (78,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111101 11101011
Octal 116 275 353
Decimal 78 189 235
Hex 4E BD EB

RGB Percentages of Color #4ebdeb

%15.54
%37.65
%46.81

CMYK Percentages of Color #4ebdeb

%67
%20
%0
%8

Triadic Colors of #4ebdeb

#4ebdeb #eb4ebd #bdeb4e

Analogous Colors of #4ebdeb

#4ebdeb #4e6feb #4eebcb

Monochromatic Colors of #4ebdeb

#4ebdeb

Complementary Color

#4ebdeb #eb7c4e

#4ebdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebdeb Color CSS Codes

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

#4ebdeb Text Font Color

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

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


#4ebdeb Background Color

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

This div background color is #4ebdeb


#4ebdeb Border Color

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

This div border color is #4ebdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebdeb


Comments

No comments written yet.

Please login to write comment.