Color Hex Logo

#3debdc Color Hex

#3DEBDC
(61,235,220)
0 Favorites   0 Comments

Color spaces of #3debdc

RGB 61235220
HSL0.490.810.58
HSV175°74°92°
CMYK 0.740.000.06   0.08
XYZ44.551165.576178.0195
Yxy65.57610.23680.3485
Hunter Lab80.9791-43.5106-0.4378
CIE-Lab84.7797-45.9977-5.2108

#3debdc color RGB value is (61,235,220).

#3debdc hex color red value is 61, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3debdc hue: 0.49 , saturation: 0.81 and the lightness value of 3debdc is 0.58.

The process color (four color CMYK) of #3debdc color hex is 0.74, 0.00, 0.06, 0.08. Web safe color of #3debdc is #33ffcc. Color #3debdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11101011 11011100
Octal 75 353 334
Decimal 61 235 220
Hex 3D EB DC

RGB Percentages of Color #3debdc

%11.82
%45.54
%42.64

CMYK Percentages of Color #3debdc

%74
%0
%6
%8

Triadic Colors of #3debdc

#3debdc #dc3deb #ebdc3d

Analogous Colors of #3debdc

#3debdc #3da3eb #3deb85

Monochromatic Colors of #3debdc

#3debdc

Complementary Color

#3debdc #eb3d4c

#3debdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3debdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3debdc Color CSS Codes

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

#3debdc Text Font Color

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

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


#3debdc Background Color

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

This div background color is #3debdc


#3debdc Border Color

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

This div border color is #3debdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3debdc


Comments

No comments written yet.

Please login to write comment.