Color Hex Logo

#4eb0cf Color Hex

#4EB0CF
(78,176,207)
0 Favorites   0 Comments

Color spaces of #4eb0cf

RGB 78176207
HSL0.540.570.56
HSV194°62°81°
CMYK 0.620.150.00   0.19
XYZ29.929737.175464.6296
Yxy37.17540.22720.2822
Hunter Lab60.9716-19.0784-20.1669
CIE-Lab67.4084-19.3527-24.2741

#4eb0cf color RGB value is (78,176,207).

#4eb0cf hex color red value is 78, green value is 176 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4eb0cf hue: 0.54 , saturation: 0.57 and the lightness value of 4eb0cf is 0.56.

The process color (four color CMYK) of #4eb0cf color hex is 0.62, 0.15, 0.00, 0.19. Web safe color of #4eb0cf is #6699cc. Color #4eb0cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110000 11001111
Octal 116 260 317
Decimal 78 176 207
Hex 4E B0 CF

RGB Percentages of Color #4eb0cf

%16.92
%38.18
%44.90

CMYK Percentages of Color #4eb0cf

%62
%15
%0
%19

Triadic Colors of #4eb0cf

#4eb0cf #cf4eb0 #b0cf4e

Analogous Colors of #4eb0cf

#4eb0cf #4e70cf #4ecfae

Monochromatic Colors of #4eb0cf

#4eb0cf

Complementary Color

#4eb0cf #cf6d4e

#4eb0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb0cf Color CSS Codes

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

#4eb0cf Text Font Color

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

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


#4eb0cf Background Color

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

This div background color is #4eb0cf


#4eb0cf Border Color

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

This div border color is #4eb0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb0cf


Comments

No comments written yet.

Please login to write comment.