Color Hex Logo

#3cadda Color Hex

#3CADDA
(60,173,218)
0 Favorites   0 Comments

Color spaces of #3cadda

RGB 60173218
HSL0.550.680.55
HSV197°72°85°
CMYK 0.720.210.00   0.15
XYZ29.461935.909871.7081
Yxy35.90980.21490.2620
Hunter Lab59.9248-17.1092-29.0011
CIE-Lab66.4509-17.0073-31.8499

#3cadda color RGB value is (60,173,218).

#3cadda hex color red value is 60, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3cadda hue: 0.55 , saturation: 0.68 and the lightness value of 3cadda is 0.55.

The process color (four color CMYK) of #3cadda color hex is 0.72, 0.21, 0.00, 0.15. Web safe color of #3cadda is #3399cc. Color #3cadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101101 11011010
Octal 74 255 332
Decimal 60 173 218
Hex 3C AD DA

RGB Percentages of Color #3cadda

%13.30
%38.36
%48.34

CMYK Percentages of Color #3cadda

%72
%21
%0
%15

Triadic Colors of #3cadda

#3cadda #da3cad #adda3c

Analogous Colors of #3cadda

#3cadda #3c5eda #3cdab8

Monochromatic Colors of #3cadda

#3cadda

Complementary Color

#3cadda #da693c

#3cadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cadda Color CSS Codes

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

#3cadda Text Font Color

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

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


#3cadda Background Color

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

This div background color is #3cadda


#3cadda Border Color

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

This div border color is #3cadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cadda


Comments

No comments written yet.

Please login to write comment.