Color Hex Logo

#36cadb Color Hex

#36CADB
(54,202,219)
0 Favorites   0 Comments

Color spaces of #36cadb

RGB 54202219
HSL0.520.700.54
HSV186°75°86°
CMYK 0.750.080.00   0.14
XYZ35.428048.139874.4425
Yxy48.13980.22420.3047
Hunter Lab69.3829-30.2750-15.0456
CIE-Lab74.9130-32.0292-19.4444

#36cadb color RGB value is (54,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11001010 11011011
Octal 66 312 333
Decimal 54 202 219
Hex 36 CA DB

RGB Percentages of Color #36cadb

%11.37
%42.53
%46.11

CMYK Percentages of Color #36cadb

%75
%8
%0
%14

Triadic Colors of #36cadb

#36cadb #db36ca #cadb36

Analogous Colors of #36cadb

#36cadb #3678db #36db9a

Monochromatic Colors of #36cadb

#36cadb

Complementary Color

#36cadb #db4736

#36cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36cadb Color CSS Codes

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

#36cadb Text Font Color

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

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


#36cadb Background Color

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

This div background color is #36cadb


#36cadb Border Color

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

This div border color is #36cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36cadb


Comments

No comments written yet.

Please login to write comment.