Color Hex Logo

#4daacf Color Hex

#4DAACF
(77,170,207)
0 Favorites   0 Comments

Color spaces of #4daacf

RGB 77170207
HSL0.550.580.56
HSV197°63°81°
CMYK 0.630.180.00   0.19
XYZ28.697834.832264.2422
Yxy34.83220.22460.2726
Hunter Lab59.0188-16.4876-23.2242
CIE-Lab65.6178-16.3672-27.0248

#4daacf color RGB value is (77,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 11001111
Octal 115 252 317
Decimal 77 170 207
Hex 4D AA CF

RGB Percentages of Color #4daacf

%16.96
%37.44
%45.59

CMYK Percentages of Color #4daacf

%63
%18
%0
%19

Triadic Colors of #4daacf

#4daacf #cf4daa #aacf4d

Analogous Colors of #4daacf

#4daacf #4d69cf #4dcfb3

Monochromatic Colors of #4daacf

#4daacf

Complementary Color

#4daacf #cf724d

#4daacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daacf Color CSS Codes

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

#4daacf Text Font Color

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

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


#4daacf Background Color

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

This div background color is #4daacf


#4daacf Border Color

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

This div border color is #4daacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daacf


Comments

No comments written yet.

Please login to write comment.