Color Hex Logo

#3dbccc Color Hex

#3DBCCC
(61,188,204)
0 Favorites   0 Comments

Color spaces of #3dbccc

RGB 61188204
HSL0.520.580.52
HSV187°70°80°
CMYK 0.700.080.00   0.20
XYZ30.806841.318263.4783
Yxy41.31820.22720.3047
Hunter Lab64.2792-26.9398-13.5558
CIE-Lab70.3983-28.9491-18.1151

#3dbccc color RGB value is (61,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111100 11001100
Octal 75 274 314
Decimal 61 188 204
Hex 3D BC CC

RGB Percentages of Color #3dbccc

%13.47
%41.50
%45.03

CMYK Percentages of Color #3dbccc

%70
%8
%0
%20

Triadic Colors of #3dbccc

#3dbccc #cc3dbc #bccc3d

Analogous Colors of #3dbccc

#3dbccc #3d75cc #3dcc95

Monochromatic Colors of #3dbccc

#3dbccc

Complementary Color

#3dbccc #cc4d3d

#3dbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbccc Color CSS Codes

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

#3dbccc Text Font Color

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

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


#3dbccc Background Color

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

This div background color is #3dbccc


#3dbccc Border Color

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

This div border color is #3dbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbccc


Comments

No comments written yet.

Please login to write comment.