Color Hex Logo

#3bd5de Color Hex

#3BD5DE
(59,213,222)
0 Favorites   0 Comments

Color spaces of #3bd5de

RGB 59213222
HSL0.510.710.55
HSV183°73°87°
CMYK 0.730.040.00   0.13
XYZ38.782753.792277.4461
Yxy53.79220.22810.3164
Hunter Lab73.3432-33.9626-11.2666
CIE-Lab78.3404-35.7855-15.8736

#3bd5de color RGB value is (59,213,222).

#3bd5de hex color red value is 59, green value is 213 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3bd5de hue: 0.51 , saturation: 0.71 and the lightness value of 3bd5de is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11010101 11011110
Octal 73 325 336
Decimal 59 213 222
Hex 3B D5 DE

RGB Percentages of Color #3bd5de

%11.94
%43.12
%44.94

CMYK Percentages of Color #3bd5de

%73
%4
%0
%13

Triadic Colors of #3bd5de

#3bd5de #de3bd5 #d5de3b

Analogous Colors of #3bd5de

#3bd5de #3b84de #3bde96

Monochromatic Colors of #3bd5de

#3bd5de

Complementary Color

#3bd5de #de443b

#3bd5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd5de Color CSS Codes

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

#3bd5de Text Font Color

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

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


#3bd5de Background Color

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

This div background color is #3bd5de


#3bd5de Border Color

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

This div border color is #3bd5de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,213,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bd5de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bd5de;
  -webkit-box-shadow: 1px 1px 3px 2px #3bd5de;
  box-shadow:         1px 1px 3px 2px #3bd5de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,213,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd5de


Comments

No comments written yet.

Please login to write comment.