Color Hex Logo

#3dcbdd Color Hex

#3DCBDD
(61,203,221)
0 Favorites   0 Comments

Color spaces of #3dcbdd

RGB 61203221
HSL0.520.700.55
HSV187°72°87°
CMYK 0.720.080.00   0.13
XYZ36.331548.924475.9351
Yxy48.92440.22540.3035
Hunter Lab69.9460-29.6886-15.4045
CIE-Lab75.4043-31.1134-19.7672

#3dcbdd color RGB value is (61,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001011 11011101
Octal 75 313 335
Decimal 61 203 221
Hex 3D CB DD

RGB Percentages of Color #3dcbdd

%12.58
%41.86
%45.57

CMYK Percentages of Color #3dcbdd

%72
%8
%0
%13

Triadic Colors of #3dcbdd

#3dcbdd #dd3dcb #cbdd3d

Analogous Colors of #3dcbdd

#3dcbdd #3d7bdd #3ddd9f

Monochromatic Colors of #3dcbdd

#3dcbdd

Complementary Color

#3dcbdd #dd4f3d

#3dcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dcbdd Color CSS Codes

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

#3dcbdd Text Font Color

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

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


#3dcbdd Background Color

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

This div background color is #3dcbdd


#3dcbdd Border Color

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

This div border color is #3dcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dcbdd


Comments

No comments written yet.

Please login to write comment.