Color Hex Logo

#3cadec Color Hex

#3CADEC
(60,173,236)
0 Favorites   0 Comments

Color spaces of #3cadec

RGB 60173236
HSL0.560.820.58
HSV201°75°93°
CMYK 0.750.270.00   0.07
XYZ31.947436.903984.7962
Yxy36.90390.20790.2402
Hunter Lab60.7486-12.4377-40.2362
CIE-Lab67.2049-10.9969-40.5508

#3cadec color RGB value is (60,173,236).

#3cadec hex color red value is 60, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3cadec hue: 0.56 , saturation: 0.82 and the lightness value of 3cadec is 0.58.

The process color (four color CMYK) of #3cadec color hex is 0.75, 0.27, 0.00, 0.07. Web safe color of #3cadec is #3399ff. Color #3cadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101101 11101100
Octal 74 255 354
Decimal 60 173 236
Hex 3C AD EC

RGB Percentages of Color #3cadec

%12.79
%36.89
%50.32

CMYK Percentages of Color #3cadec

%75
%27
%0
%7

Triadic Colors of #3cadec

#3cadec #ec3cad #adec3c

Analogous Colors of #3cadec

#3cadec #3c55ec #3cecd3

Monochromatic Colors of #3cadec

#3cadec

Complementary Color

#3cadec #ec7b3c

#3cadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cadec Color CSS Codes

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

#3cadec Text Font Color

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

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


#3cadec Background Color

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

This div background color is #3cadec


#3cadec Border Color

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

This div border color is #3cadec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,173,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cadec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cadec;
  -webkit-box-shadow: 1px 1px 3px 2px #3cadec;
  box-shadow:         1px 1px 3px 2px #3cadec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,173,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cadec


Comments

No comments written yet.

Please login to write comment.