Color Hex Logo

#3bbddd Color Hex

#3BBDDD
(59,189,221)
0 Favorites   0 Comments

Color spaces of #3bbddd

RGB 59189221
HSL0.530.700.55
HSV192°73°87°
CMYK 0.730.140.00   0.13
XYZ33.052442.545574.8767
Yxy42.54550.21970.2827
Hunter Lab65.2269-23.6959-22.4026
CIE-Lab71.2454-24.4502-26.1097

#3bbddd color RGB value is (59,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111101 11011101
Octal 73 275 335
Decimal 59 189 221
Hex 3B BD DD

RGB Percentages of Color #3bbddd

%12.58
%40.30
%47.12

CMYK Percentages of Color #3bbddd

%73
%14
%0
%13

Triadic Colors of #3bbddd

#3bbddd #dd3bbd #bddd3b

Analogous Colors of #3bbddd

#3bbddd #3b6cdd #3bddac

Monochromatic Colors of #3bbddd

#3bbddd

Complementary Color

#3bbddd #dd5b3b

#3bbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbddd Color CSS Codes

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

#3bbddd Text Font Color

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

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


#3bbddd Background Color

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

This div background color is #3bbddd


#3bbddd Border Color

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

This div border color is #3bbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbddd


Comments

No comments written yet.

Please login to write comment.