Color Hex Logo

#4eb0dc Color Hex

#4EB0DC
(78,176,220)
0 Favorites   0 Comments

Color spaces of #4eb0dc

RGB 78176220
HSL0.550.670.58
HSV199°65°86°
CMYK 0.650.200.00   0.14
XYZ31.585537.837773.3488
Yxy37.83770.22120.2650
Hunter Lab61.5124-15.9901-27.6402
CIE-Lab67.9008-15.3144-30.6672

#4eb0dc color RGB value is (78,176,220).

#4eb0dc hex color red value is 78, green value is 176 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4eb0dc hue: 0.55 , saturation: 0.67 and the lightness value of 4eb0dc is 0.58.

The process color (four color CMYK) of #4eb0dc color hex is 0.65, 0.20, 0.00, 0.14. Web safe color of #4eb0dc is #6699cc. Color #4eb0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110000 11011100
Octal 116 260 334
Decimal 78 176 220
Hex 4E B0 DC

RGB Percentages of Color #4eb0dc

%16.46
%37.13
%46.41

CMYK Percentages of Color #4eb0dc

%65
%20
%0
%14

Triadic Colors of #4eb0dc

#4eb0dc #dc4eb0 #b0dc4e

Analogous Colors of #4eb0dc

#4eb0dc #4e69dc #4edcc1

Monochromatic Colors of #4eb0dc

#4eb0dc

Complementary Color

#4eb0dc #dc7a4e

#4eb0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb0dc Color CSS Codes

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

#4eb0dc Text Font Color

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

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


#4eb0dc Background Color

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

This div background color is #4eb0dc


#4eb0dc Border Color

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

This div border color is #4eb0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb0dc


Comments

No comments written yet.

Please login to write comment.