Color Hex Logo

#3db5df Color Hex

#3DB5DF
(61,181,223)
0 Favorites   0 Comments

Color spaces of #3db5df

RGB 61181223
HSL0.540.720.56
HSV196°73°87°
CMYK 0.730.190.00   0.13
XYZ31.767639.367675.7364
Yxy39.36760.21630.2680
Hunter Lab62.7436-19.4253-27.6471
CIE-Lab69.0167-19.4600-30.6254

#3db5df color RGB value is (61,181,223).

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

The process color (four color CMYK) of #3db5df color hex is 0.73, 0.19, 0.00, 0.13. Web safe color of #3db5df is #33cccc. Color #3db5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10110101 11011111
Octal 75 265 337
Decimal 61 181 223
Hex 3D B5 DF

RGB Percentages of Color #3db5df

%13.12
%38.92
%47.96

CMYK Percentages of Color #3db5df

%73
%19
%0
%13

Triadic Colors of #3db5df

#3db5df #df3db5 #b5df3d

Analogous Colors of #3db5df

#3db5df #3d64df #3ddfb8

Monochromatic Colors of #3db5df

#3db5df

Complementary Color

#3db5df #df673d

#3db5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db5df Color CSS Codes

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

#3db5df Text Font Color

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

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


#3db5df Background Color

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

This div background color is #3db5df


#3db5df Border Color

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

This div border color is #3db5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db5df


Comments

No comments written yet.

Please login to write comment.