Color Hex Logo

#3dbcc9 Color Hex

#3DBCC9
(61,188,201)
0 Favorites   0 Comments

Color spaces of #3dbcc9

RGB 61188201
HSL0.520.560.51
HSV186°70°79°
CMYK 0.700.060.00   0.21
XYZ30.450341.175661.6011
Yxy41.17560.22860.3091
Hunter Lab64.1682-27.5892-12.0003
CIE-Lab70.2988-29.8502-16.6232

#3dbcc9 color RGB value is (61,188,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111100 11001001
Octal 75 274 311
Decimal 61 188 201
Hex 3D BC C9

RGB Percentages of Color #3dbcc9

%13.56
%41.78
%44.67

CMYK Percentages of Color #3dbcc9

%70
%6
%0
%21

Triadic Colors of #3dbcc9

#3dbcc9 #c93dbc #bcc93d

Analogous Colors of #3dbcc9

#3dbcc9 #3d76c9 #3dc990

Monochromatic Colors of #3dbcc9

#3dbcc9

Complementary Color

#3dbcc9 #c94a3d

#3dbcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbcc9 Color CSS Codes

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

#3dbcc9 Text Font Color

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

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


#3dbcc9 Background Color

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

This div background color is #3dbcc9


#3dbcc9 Border Color

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

This div border color is #3dbcc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,188,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbcc9


Comments

No comments written yet.

Please login to write comment.