Color Hex Logo

#3bbddc Color Hex

#3BBDDC
(59,189,220)
0 Favorites   0 Comments

Color spaces of #3bbddc

RGB 59189220
HSL0.530.700.55
HSV192°73°86°
CMYK 0.730.140.00   0.14
XYZ32.919542.492374.1769
Yxy42.49230.22010.2841
Hunter Lab65.1861-23.9318-21.8373
CIE-Lab71.2090-24.7653-25.6208

#3bbddc color RGB value is (59,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111101 11011100
Octal 73 275 334
Decimal 59 189 220
Hex 3B BD DC

RGB Percentages of Color #3bbddc

%12.61
%40.38
%47.01

CMYK Percentages of Color #3bbddc

%73
%14
%0
%14

Triadic Colors of #3bbddc

#3bbddc #dc3bbd #bddc3b

Analogous Colors of #3bbddc

#3bbddc #3b6ddc #3bdcab

Monochromatic Colors of #3bbddc

#3bbddc

Complementary Color

#3bbddc #dc5a3b

#3bbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbddc Color CSS Codes

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

#3bbddc Text Font Color

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

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


#3bbddc Background Color

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

This div background color is #3bbddc


#3bbddc Border Color

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

This div border color is #3bbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbddc


Comments

No comments written yet.

Please login to write comment.