Color Hex Logo

#4daccf Color Hex

#4DACCF
(77,172,207)
0 Favorites   0 Comments

Color spaces of #4daccf

RGB 77172207
HSL0.540.580.56
HSV196°63°81°
CMYK 0.630.170.00   0.19
XYZ29.075635.587864.3682
Yxy35.58780.22530.2758
Hunter Lab59.6555-17.3977-22.2150
CIE-Lab66.2038-17.4273-26.1242

#4daccf color RGB value is (77,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101100 11001111
Octal 115 254 317
Decimal 77 172 207
Hex 4D AC CF

RGB Percentages of Color #4daccf

%16.89
%37.72
%45.39

CMYK Percentages of Color #4daccf

%63
%17
%0
%19

Triadic Colors of #4daccf

#4daccf #cf4dac #accf4d

Analogous Colors of #4daccf

#4daccf #4d6bcf #4dcfb1

Monochromatic Colors of #4daccf

#4daccf

Complementary Color

#4daccf #cf704d

#4daccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daccf Color CSS Codes

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

#4daccf Text Font Color

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

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


#4daccf Background Color

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

This div background color is #4daccf


#4daccf Border Color

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

This div border color is #4daccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daccf


Comments

No comments written yet.

Please login to write comment.