Color Hex Logo

#4dc1eb Color Hex

#4DC1EB
(77,193,235)
0 Favorites   0 Comments

Color spaces of #4dc1eb

RGB 77193235
HSL0.540.800.61
HSV196°67°92°
CMYK 0.670.180.00   0.08
XYZ37.125945.715985.4646
Yxy45.71590.22060.2716
Hunter Lab67.6135-20.3112-27.6140
CIE-Lab73.3608-19.6797-30.4193

#4dc1eb color RGB value is (77,193,235).

#4dc1eb hex color red value is 77, green value is 193 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4dc1eb hue: 0.54 , saturation: 0.80 and the lightness value of 4dc1eb is 0.61.

The process color (four color CMYK) of #4dc1eb color hex is 0.67, 0.18, 0.00, 0.08. Web safe color of #4dc1eb is #66ccff. Color #4dc1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11000001 11101011
Octal 115 301 353
Decimal 77 193 235
Hex 4D C1 EB

RGB Percentages of Color #4dc1eb

%15.25
%38.22
%46.53

CMYK Percentages of Color #4dc1eb

%67
%18
%0
%8

Triadic Colors of #4dc1eb

#4dc1eb #eb4dc1 #c1eb4d

Analogous Colors of #4dc1eb

#4dc1eb #4d72eb #4debc6

Monochromatic Colors of #4dc1eb

#4dc1eb

Complementary Color

#4dc1eb #eb774d

#4dc1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc1eb Color CSS Codes

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

#4dc1eb Text Font Color

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

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


#4dc1eb Background Color

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

This div background color is #4dc1eb


#4dc1eb Border Color

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

This div border color is #4dc1eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,193,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dc1eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dc1eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4dc1eb;
  box-shadow:         1px 1px 3px 2px #4dc1eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,193,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc1eb


Comments

No comments written yet.

Please login to write comment.