Color Hex Logo

#4accdc Color Hex

#4ACCDC
(74,204,220)
0 Favorites   0 Comments

Color spaces of #4accdc

RGB 74204220
HSL0.520.680.58
HSV187°66°86°
CMYK 0.660.070.00   0.14
XYZ37.335249.808975.3565
Yxy49.80890.22980.3065
Hunter Lab70.5754-29.0785-13.9038
CIE-Lab75.9518-30.1623-18.3715

#4accdc color RGB value is (74,204,220).

#4accdc hex color red value is 74, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4accdc hue: 0.52 , saturation: 0.68 and the lightness value of 4accdc is 0.58.

The process color (four color CMYK) of #4accdc color hex is 0.66, 0.07, 0.00, 0.14. Web safe color of #4accdc is #33cccc. Color #4accdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001100 11011100
Octal 112 314 334
Decimal 74 204 220
Hex 4A CC DC

RGB Percentages of Color #4accdc

%14.86
%40.96
%44.18

CMYK Percentages of Color #4accdc

%66
%7
%0
%14

Triadic Colors of #4accdc

#4accdc #dc4acc #ccdc4a

Analogous Colors of #4accdc

#4accdc #4a83dc #4adca3

Monochromatic Colors of #4accdc

#4accdc

Complementary Color

#4accdc #dc5a4a

#4accdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4accdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4accdc Color CSS Codes

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

#4accdc Text Font Color

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

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


#4accdc Background Color

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

This div background color is #4accdc


#4accdc Border Color

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

This div border color is #4accdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,204,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4accdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4accdc;
  -webkit-box-shadow: 1px 1px 3px 2px #4accdc;
  box-shadow:         1px 1px 3px 2px #4accdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,204,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4accdc


Comments

No comments written yet.

Please login to write comment.