Color Hex Logo

#3dabdd Color Hex

#3DABDD
(61,171,221)
0 Favorites   0 Comments

Color spaces of #3dabdd

RGB 61171221
HSL0.550.700.55
HSV199°72°87°
CMYK 0.720.230.00   0.13
XYZ29.538535.338473.6708
Yxy35.33840.21320.2551
Hunter Lab59.4461-15.3349-31.8651
CIE-Lab66.0113-14.8192-34.1813

#3dabdd color RGB value is (61,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101011 11011101
Octal 75 253 335
Decimal 61 171 221
Hex 3D AB DD

RGB Percentages of Color #3dabdd

%13.47
%37.75
%48.79

CMYK Percentages of Color #3dabdd

%72
%23
%0
%13

Triadic Colors of #3dabdd

#3dabdd #dd3dab #abdd3d

Analogous Colors of #3dabdd

#3dabdd #3d5bdd #3dddbf

Monochromatic Colors of #3dabdd

#3dabdd

Complementary Color

#3dabdd #dd6f3d

#3dabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dabdd Color CSS Codes

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

#3dabdd Text Font Color

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

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


#3dabdd Background Color

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

This div background color is #3dabdd


#3dabdd Border Color

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

This div border color is #3dabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dabdd


Comments

No comments written yet.

Please login to write comment.