Color Hex Logo

#36caff Color Hex

#36CAFF
(54,202,255)
0 Favorites   0 Comments

Color spaces of #36caff

RGB 54202255
HSL0.541.000.61
HSV196°79°100°
CMYK 0.790.210.00   0.00
XYZ40.691950.2453102.1614
Yxy50.24530.21070.2602
Hunter Lab70.8839-21.5765-35.8329
CIE-Lab76.2196-20.6557-36.7975

#36caff color RGB value is (54,202,255).

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

The process color (four color CMYK) of #36caff color hex is 0.79, 0.21, 0.00, 0.00. Web safe color of #36caff is #33ccff. Color #36caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 11001010 11111111
Octal 66 312 377
Decimal 54 202 255
Hex 36 CA FF

RGB Percentages of Color #36caff

%10.57
%39.53
%49.90

CMYK Percentages of Color #36caff

%79
%21
%0
%0

Triadic Colors of #36caff

#36caff #ff36ca #caff36

Analogous Colors of #36caff

#36caff #3666ff #36ffd0

Monochromatic Colors of #36caff

#36caff

Complementary Color

#36caff #ff6b36

#36caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#36caff Color CSS Codes

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

#36caff Text Font Color

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

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


#36caff Background Color

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

This div background color is #36caff


#36caff Border Color

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

This div border color is #36caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36caff

Related Colors


Comments

No comments written yet.

Please login to write comment.