Color Hex Logo

#4dcaec Color Hex

#4DCAEC
(77,202,236)
0 Favorites   0 Comments

Color spaces of #4dcaec

RGB 77202236
HSL0.540.810.61
HSV193°67°93°
CMYK 0.670.140.00   0.07
XYZ39.321449.875086.9113
Yxy49.87500.22330.2832
Hunter Lab70.6222-24.2028-23.5297
CIE-Lab75.9925-23.9559-26.9171

#4dcaec color RGB value is (77,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001010 11101100
Octal 115 312 354
Decimal 77 202 236
Hex 4D CA EC

RGB Percentages of Color #4dcaec

%14.95
%39.22
%45.83

CMYK Percentages of Color #4dcaec

%67
%14
%0
%7

Triadic Colors of #4dcaec

#4dcaec #ec4dca #caec4d

Analogous Colors of #4dcaec

#4dcaec #4d7bec #4decbf

Monochromatic Colors of #4dcaec

#4dcaec

Complementary Color

#4dcaec #ec6f4d

#4dcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcaec Color CSS Codes

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

#4dcaec Text Font Color

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

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


#4dcaec Background Color

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

This div background color is #4dcaec


#4dcaec Border Color

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

This div border color is #4dcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcaec


Comments

No comments written yet.

Please login to write comment.