Color Hex Logo

#3cbecc Color Hex

#3CBECC
(60,190,204)
0 Favorites   0 Comments

Color spaces of #3cbecc

RGB 60190204
HSL0.520.590.52
HSV186°71°80°
CMYK 0.710.070.00   0.20
XYZ31.176042.147263.6188
Yxy42.14720.22770.3078
Hunter Lab64.9209-27.8931-12.6562
CIE-Lab70.9723-30.0567-17.2486

#3cbecc color RGB value is (60,190,204).

#3cbecc hex color red value is 60, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3cbecc hue: 0.52 , saturation: 0.59 and the lightness value of 3cbecc is 0.52.

The process color (four color CMYK) of #3cbecc color hex is 0.71, 0.07, 0.00, 0.20. Web safe color of #3cbecc is #33cccc. Color #3cbecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 11001100
Octal 74 276 314
Decimal 60 190 204
Hex 3C BE CC

RGB Percentages of Color #3cbecc

%13.22
%41.85
%44.93

CMYK Percentages of Color #3cbecc

%71
%7
%0
%20

Triadic Colors of #3cbecc

#3cbecc #cc3cbe #becc3c

Analogous Colors of #3cbecc

#3cbecc #3c76cc #3ccc92

Monochromatic Colors of #3cbecc

#3cbecc

Complementary Color

#3cbecc #cc4a3c

#3cbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbecc Color CSS Codes

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

#3cbecc Text Font Color

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

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


#3cbecc Background Color

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

This div background color is #3cbecc


#3cbecc Border Color

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

This div border color is #3cbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbecc

#3cbecc Color Palettes


Comments

No comments written yet.

Please login to write comment.