Color Hex Logo

#36aedb Color Hex

#36AEDB
(54,174,219)
0 Favorites   0 Comments

Color spaces of #36aedb

RGB 54174219
HSL0.550.700.54
HSV196°75°86°
CMYK 0.750.210.00   0.14
XYZ29.443636.170872.4477
Yxy36.17080.21330.2620
Hunter Lab60.1422-17.8611-29.3217
CIE-Lab66.6502-17.9363-32.1025

#36aedb color RGB value is (54,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101110 11011011
Octal 66 256 333
Decimal 54 174 219
Hex 36 AE DB

RGB Percentages of Color #36aedb

%12.08
%38.93
%48.99

CMYK Percentages of Color #36aedb

%75
%21
%0
%14

Triadic Colors of #36aedb

#36aedb #db36ae #aedb36

Analogous Colors of #36aedb

#36aedb #365cdb #36dbb6

Monochromatic Colors of #36aedb

#36aedb

Complementary Color

#36aedb #db6336

#36aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36aedb Color CSS Codes

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

#36aedb Text Font Color

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

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


#36aedb Background Color

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

This div background color is #36aedb


#36aedb Border Color

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

This div border color is #36aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36aedb


Comments

No comments written yet.

Please login to write comment.