Color Hex Logo

#3acbdc Color Hex

#3ACBDC
(58,203,220)
0 Favorites   0 Comments

Color spaces of #3acbdc

RGB 58203220
HSL0.520.700.55
HSV186°74°86°
CMYK 0.740.080.00   0.14
XYZ36.019148.778775.2270
Yxy48.77870.22510.3048
Hunter Lab69.8417-30.1662-14.9724
CIE-Lab75.3134-31.7650-19.3707

#3acbdc color RGB value is (58,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001011 11011100
Octal 72 313 334
Decimal 58 203 220
Hex 3A CB DC

RGB Percentages of Color #3acbdc

%12.06
%42.20
%45.74

CMYK Percentages of Color #3acbdc

%74
%8
%0
%14

Triadic Colors of #3acbdc

#3acbdc #dc3acb #cbdc3a

Analogous Colors of #3acbdc

#3acbdc #3a7adc #3adc9c

Monochromatic Colors of #3acbdc

#3acbdc

Complementary Color

#3acbdc #dc4b3a

#3acbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acbdc Color CSS Codes

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

#3acbdc Text Font Color

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

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


#3acbdc Background Color

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

This div background color is #3acbdc


#3acbdc Border Color

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

This div border color is #3acbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acbdc


Comments

No comments written yet.

Please login to write comment.