Color Hex Logo

#4ebbdd Color Hex

#4EBBDD
(78,187,221)
0 Favorites   0 Comments

Color spaces of #4ebbdd

RGB 78187221
HSL0.540.680.59
HSV194°65°87°
CMYK 0.650.150.00   0.13
XYZ33.963442.380874.7969
Yxy42.38080.22470.2804
Hunter Lab65.1005-20.8013-22.5505
CIE-Lab71.1327-20.7632-26.2414

#4ebbdd color RGB value is (78,187,221).

#4ebbdd hex color red value is 78, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ebbdd hue: 0.54 , saturation: 0.68 and the lightness value of 4ebbdd is 0.59.

The process color (four color CMYK) of #4ebbdd color hex is 0.65, 0.15, 0.00, 0.13. Web safe color of #4ebbdd is #66cccc. Color #4ebbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 11011101
Octal 116 273 335
Decimal 78 187 221
Hex 4E BB DD

RGB Percentages of Color #4ebbdd

%16.05
%38.48
%45.47

CMYK Percentages of Color #4ebbdd

%65
%15
%0
%13

Triadic Colors of #4ebbdd

#4ebbdd #dd4ebb #bbdd4e

Analogous Colors of #4ebbdd

#4ebbdd #4e74dd #4eddb8

Monochromatic Colors of #4ebbdd

#4ebbdd

Complementary Color

#4ebbdd #dd704e

#4ebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbdd Color CSS Codes

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

#4ebbdd Text Font Color

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

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


#4ebbdd Background Color

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

This div background color is #4ebbdd


#4ebbdd Border Color

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

This div border color is #4ebbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbdd

#4ebbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.