color codes Logo

#4eb1ce color codes

#4EB1CE
(78,177,206)
0 Favorites   0 Comments

Color spaces of #4eb1ce

RGB 78177206
HSL0.540.570.56
HSV194°62°81°
CMYK 0.620.140.00   0.19
XYZ30.004637.520264.0532
Yxy37.52020.22800.2852
Hunter Lab61.2537-19.7574-19.1221
CIE-Lab67.6655-20.1773-23.3297

#4eb1ce color RGB value is (78,177,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110001 11001110
Octal 116 261 316
Decimal 78 177 206
Hex 4E B1 CE

RGB Percentages of Color #4eb1ce

%16.92
%38.39
%44.69

CMYK Percentages of Color #4eb1ce

%62
%14
%0
%19

Triadic Colors of #4eb1ce

#4eb1ce #ce4eb1 #b1ce4e

Analogous Colors of #4eb1ce

#4eb1ce #4e71ce #4eceab

Monochromatic Colors of #4eb1ce

#4eb1ce

Complementary Color

#4eb1ce #ce6b4e

#4eb1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb1ce Color CSS Codes

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

#4eb1ce Text Font Color

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

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


#4eb1ce Background Color

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

This div background color is #4eb1ce


#4eb1ce Border Color

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

This div border color is #4eb1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb1ce

#4eb1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.