Color Hex Logo

#36bccc Color Hex

#36BCCC
(54,188,204)
0 Favorites   0 Comments

Color spaces of #36bccc

RGB 54188204
HSL0.520.600.51
HSV186°74°80°
CMYK 0.740.080.00   0.20
XYZ30.403641.110363.4594
Yxy41.11030.22530.3046
Hunter Lab64.1173-27.5629-13.7995
CIE-Lab70.2531-29.8284-18.3488

#36bccc color RGB value is (54,188,204).

#36bccc hex color red value is 54, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #36bccc hue: 0.52 , saturation: 0.60 and the lightness value of 36bccc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111100 11001100
Octal 66 274 314
Decimal 54 188 204
Hex 36 BC CC

RGB Percentages of Color #36bccc

%12.11
%42.15
%45.74

CMYK Percentages of Color #36bccc

%74
%8
%0
%20

Triadic Colors of #36bccc

#36bccc #cc36bc #bccc36

Analogous Colors of #36bccc

#36bccc #3671cc #36cc91

Monochromatic Colors of #36bccc

#36bccc

Complementary Color

#36bccc #cc4636

#36bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#36bccc Color CSS Codes

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

#36bccc Text Font Color

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

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


#36bccc Background Color

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

This div background color is #36bccc


#36bccc Border Color

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

This div border color is #36bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36bccc


Comments

No comments written yet.

Please login to write comment.