Color Hex Logo

#36bcfa Color Hex

#36BCFA
(54,188,250)
0 Favorites   0 Comments

Color spaces of #36bcfa

RGB 54188250
HSL0.550.950.60
HSV199°78°98°
CMYK 0.780.250.00   0.02
XYZ36.759943.652896.9309
Yxy43.65280.20730.2461
Hunter Lab66.0703-16.3099-40.7345
CIE-Lab71.9958-15.0011-40.6797

#36bcfa color RGB value is (54,188,250).

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

The process color (four color CMYK) of #36bcfa color hex is 0.78, 0.25, 0.00, 0.02. Web safe color of #36bcfa is #33ccff. Color #36bcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111100 11111010
Octal 66 274 372
Decimal 54 188 250
Hex 36 BC FA

RGB Percentages of Color #36bcfa

%10.98
%38.21
%50.81

CMYK Percentages of Color #36bcfa

%78
%25
%0
%2

Triadic Colors of #36bcfa

#36bcfa #fa36bc #bcfa36

Analogous Colors of #36bcfa

#36bcfa #365afa #36fad6

Monochromatic Colors of #36bcfa

#36bcfa

Complementary Color

#36bcfa #fa7436

#36bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#36bcfa Color CSS Codes

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

#36bcfa Text Font Color

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

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


#36bcfa Background Color

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

This div background color is #36bcfa


#36bcfa Border Color

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

This div border color is #36bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36bcfa


Comments

No comments written yet.

Please login to write comment.