Color Hex Logo

#3bcadc Color Hex

#3BCADC
(59,202,220)
0 Favorites   0 Comments

Color spaces of #3bcadc

RGB 59202220
HSL0.520.700.55
HSV187°73°86°
CMYK 0.730.080.00   0.14
XYZ35.842448.338275.1513
Yxy48.33820.22500.3034
Hunter Lab69.5257-29.6483-15.4194
CIE-Lab75.0377-31.1693-19.7868

#3bcadc color RGB value is (59,202,220).

#3bcadc hex color red value is 59, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3bcadc hue: 0.52 , saturation: 0.70 and the lightness value of 3bcadc is 0.55.

The process color (four color CMYK) of #3bcadc color hex is 0.73, 0.08, 0.00, 0.14. Web safe color of #3bcadc is #33cccc. Color #3bcadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001010 11011100
Octal 73 312 334
Decimal 59 202 220
Hex 3B CA DC

RGB Percentages of Color #3bcadc

%12.27
%42.00
%45.74

CMYK Percentages of Color #3bcadc

%73
%8
%0
%14

Triadic Colors of #3bcadc

#3bcadc #dc3bca #cadc3b

Analogous Colors of #3bcadc

#3bcadc #3b7adc #3bdc9e

Monochromatic Colors of #3bcadc

#3bcadc

Complementary Color

#3bcadc #dc4d3b

#3bcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcadc Color CSS Codes

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

#3bcadc Text Font Color

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

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


#3bcadc Background Color

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

This div background color is #3bcadc


#3bcadc Border Color

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

This div border color is #3bcadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,202,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bcadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bcadc;
  -webkit-box-shadow: 1px 1px 3px 2px #3bcadc;
  box-shadow:         1px 1px 3px 2px #3bcadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,202,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcadc


Comments

No comments written yet.

Please login to write comment.