Color Hex Logo

#3dbcdd Color Hex

#3DBCDD
(61,188,221)
0 Favorites   0 Comments

Color spaces of #3dbcdd

RGB 61188221
HSL0.530.700.55
HSV192°72°87°
CMYK 0.720.150.00   0.13
XYZ32.958842.179074.8109
Yxy42.17900.21980.2813
Hunter Lab64.9454-23.0683-22.8347
CIE-Lab70.9942-23.6995-26.4912

#3dbcdd color RGB value is (61,188,221).

#3dbcdd hex color red value is 61, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3dbcdd hue: 0.53 , saturation: 0.70 and the lightness value of 3dbcdd is 0.55.

The process color (four color CMYK) of #3dbcdd color hex is 0.72, 0.15, 0.00, 0.13. Web safe color of #3dbcdd is #33cccc. Color #3dbcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111100 11011101
Octal 75 274 335
Decimal 61 188 221
Hex 3D BC DD

RGB Percentages of Color #3dbcdd

%12.98
%40.00
%47.02

CMYK Percentages of Color #3dbcdd

%72
%15
%0
%13

Triadic Colors of #3dbcdd

#3dbcdd #dd3dbc #bcdd3d

Analogous Colors of #3dbcdd

#3dbcdd #3d6cdd #3dddae

Monochromatic Colors of #3dbcdd

#3dbcdd

Complementary Color

#3dbcdd #dd5e3d

#3dbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbcdd Color CSS Codes

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

#3dbcdd Text Font Color

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

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


#3dbcdd Background Color

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

This div background color is #3dbcdd


#3dbcdd Border Color

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

This div border color is #3dbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbcdd


Comments

No comments written yet.

Please login to write comment.