Color Hex Logo

#3bcddc Color Hex

#3BCDDC
(59,205,220)
0 Favorites   0 Comments

Color spaces of #3bcddc

RGB 59205220
HSL0.520.700.55
HSV186°73°86°
CMYK 0.730.070.00   0.14
XYZ36.553249.759875.3882
Yxy49.75980.22610.3077
Hunter Lab70.5406-30.9498-13.9860
CIE-Lab75.9216-32.6067-18.4484

#3bcddc color RGB value is (59,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001101 11011100
Octal 73 315 334
Decimal 59 205 220
Hex 3B CD DC

RGB Percentages of Color #3bcddc

%12.19
%42.36
%45.45

CMYK Percentages of Color #3bcddc

%73
%7
%0
%14

Triadic Colors of #3bcddc

#3bcddc #dc3bcd #cddc3b

Analogous Colors of #3bcddc

#3bcddc #3b7ddc #3bdc9b

Monochromatic Colors of #3bcddc

#3bcddc

Complementary Color

#3bcddc #dc4a3b

#3bcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcddc Color CSS Codes

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

#3bcddc Text Font Color

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

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


#3bcddc Background Color

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

This div background color is #3bcddc


#3bcddc Border Color

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

This div border color is #3bcddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,205,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 #3bcddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcddc


Comments

No comments written yet.

Please login to write comment.