Color Hex Logo

#4daecf Color Hex

#4DAECF
(77,174,207)
0 Favorites   0 Comments

Color spaces of #4daecf

RGB 77174207
HSL0.540.580.56
HSV195°63°81°
CMYK 0.630.160.00   0.19
XYZ29.459136.354964.4960
Yxy36.35490.22610.2790
Hunter Lab60.2950-18.3043-21.2144
CIE-Lab66.7902-18.4803-25.2241

#4daecf color RGB value is (77,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 11001111
Octal 115 256 317
Decimal 77 174 207
Hex 4D AE CF

RGB Percentages of Color #4daecf

%16.81
%37.99
%45.20

CMYK Percentages of Color #4daecf

%63
%16
%0
%19

Triadic Colors of #4daecf

#4daecf #cf4dae #aecf4d

Analogous Colors of #4daecf

#4daecf #4d6dcf #4dcfaf

Monochromatic Colors of #4daecf

#4daecf

Complementary Color

#4daecf #cf6e4d

#4daecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daecf Color CSS Codes

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

#4daecf Text Font Color

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

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


#4daecf Background Color

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

This div background color is #4daecf


#4daecf Border Color

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

This div border color is #4daecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daecf


Comments

No comments written yet.

Please login to write comment.