Color Hex Logo

#3cabdf Color Hex

#3CABDF
(60,171,223)
0 Favorites   0 Comments

Color spaces of #3cabdf

RGB 60171223
HSL0.550.720.55
HSV199°73°87°
CMYK 0.730.230.00   0.13
XYZ29.745735.414275.0799
Yxy35.41420.21210.2525
Hunter Lab59.5098-14.9198-33.1457
CIE-Lab66.0699-14.2817-35.1926

#3cabdf color RGB value is (60,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 11011111
Octal 74 253 337
Decimal 60 171 223
Hex 3C AB DF

RGB Percentages of Color #3cabdf

%13.22
%37.67
%49.12

CMYK Percentages of Color #3cabdf

%73
%23
%0
%13

Triadic Colors of #3cabdf

#3cabdf #df3cab #abdf3c

Analogous Colors of #3cabdf

#3cabdf #3c5adf #3cdfc2

Monochromatic Colors of #3cabdf

#3cabdf

Complementary Color

#3cabdf #df703c

#3cabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cabdf Color CSS Codes

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

#3cabdf Text Font Color

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

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


#3cabdf Background Color

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

This div background color is #3cabdf


#3cabdf Border Color

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

This div border color is #3cabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cabdf


Comments

No comments written yet.

Please login to write comment.