Color Hex Logo

#36bbdb Color Hex

#36BBDB
(54,187,219)
0 Favorites   0 Comments

Color spaces of #36bbdb

RGB 54187219
HSL0.530.700.54
HSV192°75°86°
CMYK 0.750.150.00   0.14
XYZ32.077841.439473.3258
Yxy41.43940.21840.2822
Hunter Lab64.3734-23.7055-22.4740
CIE-Lab70.4827-24.6530-26.1974

#36bbdb color RGB value is (54,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111011 11011011
Octal 66 273 333
Decimal 54 187 219
Hex 36 BB DB

RGB Percentages of Color #36bbdb

%11.74
%40.65
%47.61

CMYK Percentages of Color #36bbdb

%75
%15
%0
%14

Triadic Colors of #36bbdb

#36bbdb #db36bb #bbdb36

Analogous Colors of #36bbdb

#36bbdb #3669db #36dba9

Monochromatic Colors of #36bbdb

#36bbdb

Complementary Color

#36bbdb #db5636

#36bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36bbdb Color CSS Codes

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

#36bbdb Text Font Color

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

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


#36bbdb Background Color

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

This div background color is #36bbdb


#36bbdb Border Color

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

This div border color is #36bbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,187,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 #36bbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36bbdb


Comments

No comments written yet.

Please login to write comment.