Color Hex Logo

#36abdb Color Hex

#36ABDB
(54,171,219)
0 Favorites   0 Comments

Color spaces of #36abdb

RGB 54171219
HSL0.550.700.54
HSV197°75°86°
CMYK 0.750.220.00   0.14
XYZ28.870435.024672.2566
Yxy35.02460.21200.2572
Hunter Lab59.1816-16.4906-30.9619
CIE-Lab65.7678-16.3426-33.4703

#36abdb color RGB value is (54,171,219).

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

The process color (four color CMYK) of #36abdb color hex is 0.75, 0.22, 0.00, 0.14. Web safe color of #36abdb is #3399cc. Color #36abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101011 11011011
Octal 66 253 333
Decimal 54 171 219
Hex 36 AB DB

RGB Percentages of Color #36abdb

%12.16
%38.51
%49.32

CMYK Percentages of Color #36abdb

%75
%22
%0
%14

Triadic Colors of #36abdb

#36abdb #db36ab #abdb36

Analogous Colors of #36abdb

#36abdb #3659db #36dbb9

Monochromatic Colors of #36abdb

#36abdb

Complementary Color

#36abdb #db6636

#36abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36abdb Color CSS Codes

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

#36abdb Text Font Color

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

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


#36abdb Background Color

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

This div background color is #36abdb


#36abdb Border Color

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

This div border color is #36abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36abdb


Comments

No comments written yet.

Please login to write comment.