Color Hex Logo

#3dadda Color Hex

#3DADDA
(61,173,218)
0 Favorites   0 Comments

Color spaces of #3dadda

RGB 61173218
HSL0.550.680.55
HSV197°72°85°
CMYK 0.720.210.00   0.15
XYZ29.522935.941271.7110
Yxy35.94120.21520.2620
Hunter Lab59.9510-17.0118-28.9547
CIE-Lab66.4750-16.8774-31.8108

#3dadda color RGB value is (61,173,218).

#3dadda hex color red value is 61, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3dadda hue: 0.55 , saturation: 0.68 and the lightness value of 3dadda is 0.55.

The process color (four color CMYK) of #3dadda color hex is 0.72, 0.21, 0.00, 0.15. Web safe color of #3dadda is #3399cc. Color #3dadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101101 11011010
Octal 75 255 332
Decimal 61 173 218
Hex 3D AD DA

RGB Percentages of Color #3dadda

%13.50
%38.27
%48.23

CMYK Percentages of Color #3dadda

%72
%21
%0
%15

Triadic Colors of #3dadda

#3dadda #da3dad #adda3d

Analogous Colors of #3dadda

#3dadda #3d5eda #3ddab9

Monochromatic Colors of #3dadda

#3dadda

Complementary Color

#3dadda #da6a3d

#3dadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dadda Color CSS Codes

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

#3dadda Text Font Color

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

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


#3dadda Background Color

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

This div background color is #3dadda


#3dadda Border Color

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

This div border color is #3dadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dadda


Comments

No comments written yet.

Please login to write comment.