Color Hex Logo

#4acbdc Color Hex

#4ACBDC
(74,203,220)
0 Favorites   0 Comments

Color spaces of #4acbdc

RGB 74203220
HSL0.520.680.58
HSV187°66°86°
CMYK 0.660.080.00   0.14
XYZ37.098249.335075.2775
Yxy49.33500.22940.3051
Hunter Lab70.2389-28.6394-14.3760
CIE-Lab75.6593-29.6778-18.8141

#4acbdc color RGB value is (74,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 11011100
Octal 112 313 334
Decimal 74 203 220
Hex 4A CB DC

RGB Percentages of Color #4acbdc

%14.89
%40.85
%44.27

CMYK Percentages of Color #4acbdc

%66
%8
%0
%14

Triadic Colors of #4acbdc

#4acbdc #dc4acb #cbdc4a

Analogous Colors of #4acbdc

#4acbdc #4a82dc #4adca4

Monochromatic Colors of #4acbdc

#4acbdc

Complementary Color

#4acbdc #dc5b4a

#4acbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acbdc Color CSS Codes

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

#4acbdc Text Font Color

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

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


#4acbdc Background Color

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

This div background color is #4acbdc


#4acbdc Border Color

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

This div border color is #4acbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acbdc


Comments

No comments written yet.

Please login to write comment.