Color Hex Logo

#3cacdb Color Hex

#3CACDB
(60,172,219)
0 Favorites   0 Comments

Color spaces of #3cacdb

RGB 60172219
HSL0.550.690.55
HSV198°73°86°
CMYK 0.730.210.00   0.14
XYZ29.402235.580272.3358
Yxy35.58020.21410.2591
Hunter Lab59.6491-16.3999-30.1459
CIE-Lab66.1979-16.1453-32.7924

#3cacdb color RGB value is (60,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101100 11011011
Octal 74 254 333
Decimal 60 172 219
Hex 3C AC DB

RGB Percentages of Color #3cacdb

%13.30
%38.14
%48.56

CMYK Percentages of Color #3cacdb

%73
%21
%0
%14

Triadic Colors of #3cacdb

#3cacdb #db3cac #acdb3c

Analogous Colors of #3cacdb

#3cacdb #3c5ddb #3cdbbb

Monochromatic Colors of #3cacdb

#3cacdb

Complementary Color

#3cacdb #db6b3c

#3cacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cacdb Color CSS Codes

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

#3cacdb Text Font Color

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

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


#3cacdb Background Color

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

This div background color is #3cacdb


#3cacdb Border Color

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

This div border color is #3cacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cacdb


Comments

No comments written yet.

Please login to write comment.