Color Hex Logo

#4eb2ce Color Hex

#4EB2CE
(78,178,206)
0 Favorites   0 Comments

Color spaces of #4eb2ce

RGB 78178206
HSL0.540.570.56
HSV193°62°81°
CMYK 0.620.140.00   0.19
XYZ30.202937.916764.1193
Yxy37.91670.22840.2867
Hunter Lab61.5765-20.2058-18.6348
CIE-Lab67.9592-20.6948-22.8810

#4eb2ce color RGB value is (78,178,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110010 11001110
Octal 116 262 316
Decimal 78 178 206
Hex 4E B2 CE

RGB Percentages of Color #4eb2ce

%16.88
%38.53
%44.59

CMYK Percentages of Color #4eb2ce

%62
%14
%0
%19

Triadic Colors of #4eb2ce

#4eb2ce #ce4eb2 #b2ce4e

Analogous Colors of #4eb2ce

#4eb2ce #4e72ce #4eceaa

Monochromatic Colors of #4eb2ce

#4eb2ce

Complementary Color

#4eb2ce #ce6a4e

#4eb2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb2ce Color CSS Codes

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

#4eb2ce Text Font Color

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

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


#4eb2ce Background Color

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

This div background color is #4eb2ce


#4eb2ce Border Color

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

This div border color is #4eb2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb2ce


Comments

No comments written yet.

Please login to write comment.