Color Hex Logo

#3bbcdd Color Hex

#3BBCDD
(59,188,221)
0 Favorites   0 Comments

Color spaces of #3bbcdd

RGB 59188221
HSL0.530.700.55
HSV192°73°87°
CMYK 0.730.150.00   0.13
XYZ32.838042.116774.8052
Yxy42.11670.21930.2812
Hunter Lab64.8974-23.2496-22.9136
CIE-Lab70.9513-23.9445-26.5606

#3bbcdd color RGB value is (59,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111100 11011101
Octal 73 274 335
Decimal 59 188 221
Hex 3B BC DD

RGB Percentages of Color #3bbcdd

%12.61
%40.17
%47.22

CMYK Percentages of Color #3bbcdd

%73
%15
%0
%13

Triadic Colors of #3bbcdd

#3bbcdd #dd3bbc #bcdd3b

Analogous Colors of #3bbcdd

#3bbcdd #3b6bdd #3bddad

Monochromatic Colors of #3bbcdd

#3bbcdd

Complementary Color

#3bbcdd #dd5c3b

#3bbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbcdd Color CSS Codes

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

#3bbcdd Text Font Color

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

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


#3bbcdd Background Color

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

This div background color is #3bbcdd


#3bbcdd Border Color

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

This div border color is #3bbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbcdd


Comments

No comments written yet.

Please login to write comment.