Color Hex Logo

#4ebfdd Color Hex

#4EBFDD
(78,191,221)
0 Favorites   0 Comments

Color spaces of #4ebfdd

RGB 78191221
HSL0.530.680.59
HSV193°65°87°
CMYK 0.650.140.00   0.13
XYZ34.823844.101875.0837
Yxy44.10180.22610.2864
Hunter Lab66.4092-22.6138-20.5482
CIE-Lab72.2965-22.8084-24.4601

#4ebfdd color RGB value is (78,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 11011101
Octal 116 277 335
Decimal 78 191 221
Hex 4E BF DD

RGB Percentages of Color #4ebfdd

%15.92
%38.98
%45.10

CMYK Percentages of Color #4ebfdd

%65
%14
%0
%13

Triadic Colors of #4ebfdd

#4ebfdd #dd4ebf #bfdd4e

Analogous Colors of #4ebfdd

#4ebfdd #4e78dd #4eddb4

Monochromatic Colors of #4ebfdd

#4ebfdd

Complementary Color

#4ebfdd #dd6c4e

#4ebfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfdd Color CSS Codes

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

#4ebfdd Text Font Color

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

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


#4ebfdd Background Color

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

This div background color is #4ebfdd


#4ebfdd Border Color

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

This div border color is #4ebfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfdd


Comments

No comments written yet.

Please login to write comment.