Color Hex Logo

#4daeca Color Hex

#4DAECA
(77,174,202)
0 Favorites   0 Comments

Color spaces of #4daeca

RGB 77174202
HSL0.540.540.55
HSV193°62°79°
CMYK 0.620.140.00   0.21
XYZ28.857336.114261.3269
Yxy36.11420.22850.2859
Hunter Lab60.0951-19.4518-18.4387
CIE-Lab66.6071-20.0110-22.7424

#4daeca color RGB value is (77,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11001010
Octal 115 256 312
Decimal 77 174 202
Hex 4D AE CA

RGB Percentages of Color #4daeca

%17.00
%38.41
%44.59

CMYK Percentages of Color #4daeca

%62
%14
%0
%21

Triadic Colors of #4daeca

#4daeca #ca4dae #aeca4d

Analogous Colors of #4daeca

#4daeca #4d70ca #4dcaa8

Monochromatic Colors of #4daeca

#4daeca

Complementary Color

#4daeca #ca694d

#4daeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daeca Color CSS Codes

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

#4daeca Text Font Color

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

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


#4daeca Background Color

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

This div background color is #4daeca


#4daeca Border Color

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

This div border color is #4daeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daeca


Comments

No comments written yet.

Please login to write comment.