Color Hex Logo

#36bcdb Color Hex

#36BCDB
(54,188,219)
0 Favorites   0 Comments

Color spaces of #36bcdb

RGB 54188219
HSL0.530.700.54
HSV191°75°86°
CMYK 0.750.140.00   0.14
XYZ32.290741.865273.3967
Yxy41.86520.21880.2837
Hunter Lab64.7033-24.1490-21.9637
CIE-Lab70.7779-25.1570-25.7450

#36bcdb color RGB value is (54,188,219).

#36bcdb hex color red value is 54, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #36bcdb hue: 0.53 , saturation: 0.70 and the lightness value of 36bcdb is 0.54.

The process color (four color CMYK) of #36bcdb color hex is 0.75, 0.14, 0.00, 0.14. Web safe color of #36bcdb is #33cccc. Color #36bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111100 11011011
Octal 66 274 333
Decimal 54 188 219
Hex 36 BC DB

RGB Percentages of Color #36bcdb

%11.71
%40.78
%47.51

CMYK Percentages of Color #36bcdb

%75
%14
%0
%14

Triadic Colors of #36bcdb

#36bcdb #db36bc #bcdb36

Analogous Colors of #36bcdb

#36bcdb #366adb #36dba8

Monochromatic Colors of #36bcdb

#36bcdb

Complementary Color

#36bcdb #db5536

#36bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36bcdb Color CSS Codes

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

#36bcdb Text Font Color

<p style="color:#36bcdb">Text here</p>

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


#36bcdb Background Color

<div style="background-color:#36bcdb">
Div content here</div>

This div background color is #36bcdb


#36bcdb Border Color

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

This div border color is #36bcdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,188,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36bcdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36bcdb;
  -webkit-box-shadow: 1px 1px 3px 2px #36bcdb;
  box-shadow:         1px 1px 3px 2px #36bcdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,188,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36bcdb


Comments

No comments written yet.

Please login to write comment.