Color Hex Logo

#3dafdf Color Hex

#3DAFDF
(61,175,223)
0 Favorites   0 Comments

Color spaces of #3dafdf

RGB 61175223
HSL0.550.720.56
HSV198°73°87°
CMYK 0.730.220.00   0.13
XYZ30.573736.979875.3384
Yxy36.97980.21400.2588
Hunter Lab60.8110-16.6756-30.8863
CIE-Lab67.2619-16.2986-33.3400

#3dafdf color RGB value is (61,175,223).

#3dafdf hex color red value is 61, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3dafdf hue: 0.55 , saturation: 0.72 and the lightness value of 3dafdf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101111 11011111
Octal 75 257 337
Decimal 61 175 223
Hex 3D AF DF

RGB Percentages of Color #3dafdf

%13.29
%38.13
%48.58

CMYK Percentages of Color #3dafdf

%73
%22
%0
%13

Triadic Colors of #3dafdf

#3dafdf #df3daf #afdf3d

Analogous Colors of #3dafdf

#3dafdf #3d5edf #3ddfbe

Monochromatic Colors of #3dafdf

#3dafdf

Complementary Color

#3dafdf #df6d3d

#3dafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dafdf Color CSS Codes

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

#3dafdf Text Font Color

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

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


#3dafdf Background Color

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

This div background color is #3dafdf


#3dafdf Border Color

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

This div border color is #3dafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dafdf


Comments

No comments written yet.

Please login to write comment.