Color Hex Logo

#3dddea Color Hex

#3DDDEA
(61,221,234)
0 Favorites   0 Comments

Color spaces of #3dddea

RGB 61221234
HSL0.510.800.58
HSV185°74°92°
CMYK 0.740.060.00   0.08
XYZ42.632258.645586.9147
Yxy58.64550.22650.3116
Hunter Lab76.5803-34.6449-13.6848
CIE-Lab81.0963-35.7794-18.1198

#3dddea color RGB value is (61,221,234).

#3dddea hex color red value is 61, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3dddea hue: 0.51 , saturation: 0.80 and the lightness value of 3dddea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11011101 11101010
Octal 75 335 352
Decimal 61 221 234
Hex 3D DD EA

RGB Percentages of Color #3dddea

%11.82
%42.83
%45.35

CMYK Percentages of Color #3dddea

%74
%6
%0
%8

Triadic Colors of #3dddea

#3dddea #ea3ddd #ddea3d

Analogous Colors of #3dddea

#3dddea #3d87ea #3deaa1

Monochromatic Colors of #3dddea

#3dddea

Complementary Color

#3dddea #ea4a3d

#3dddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dddea Color CSS Codes

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

#3dddea Text Font Color

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

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


#3dddea Background Color

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

This div background color is #3dddea


#3dddea Border Color

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

This div border color is #3dddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dddea


Comments

No comments written yet.

Please login to write comment.