Color Hex Logo

#3c8bde Color Hex

#3C8BDE
(60,139,222)
0 Favorites   0 Comments

Color spaces of #3c8bde

RGB 60139222
HSL0.590.710.55
HSV211°73°87°
CMYK 0.730.370.00   0.13
XYZ24.280924.699872.5950
Yxy24.69980.19970.2032
Hunter Lab49.69890.2349-51.8155
CIE-Lab56.78173.5432-49.2354

#3c8bde color RGB value is (60,139,222).

#3c8bde hex color red value is 60, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3c8bde hue: 0.59 , saturation: 0.71 and the lightness value of 3c8bde is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10001011 11011110
Octal 74 213 336
Decimal 60 139 222
Hex 3C 8B DE

RGB Percentages of Color #3c8bde

%14.25
%33.02
%52.73

CMYK Percentages of Color #3c8bde

%73
%37
%0
%13

Triadic Colors of #3c8bde

#3c8bde #de3c8b #8bde3c

Analogous Colors of #3c8bde

#3c8bde #3e3cde #3cdcde

Monochromatic Colors of #3c8bde

#3c8bde

Complementary Color

#3c8bde #de8f3c

#3c8bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c8bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c8bde Color CSS Codes

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

#3c8bde Text Font Color

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

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


#3c8bde Background Color

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

This div background color is #3c8bde


#3c8bde Border Color

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

This div border color is #3c8bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c8bde


Comments

No comments written yet.

Please login to write comment.