Color Hex Logo

#36caeb Color Hex

#36CAEB
(54,202,235)
0 Favorites   0 Comments

Color spaces of #36caeb

RGB 54202235
HSL0.530.820.57
HSV191°77°92°
CMYK 0.770.140.00   0.08
XYZ37.637249.023586.0761
Yxy49.02350.21790.2838
Hunter Lab70.0168-26.5775-23.8772
CIE-Lab75.4659-27.0833-27.2287

#36caeb color RGB value is (54,202,235).

#36caeb hex color red value is 54, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #36caeb hue: 0.53 , saturation: 0.82 and the lightness value of 36caeb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11001010 11101011
Octal 66 312 353
Decimal 54 202 235
Hex 36 CA EB

RGB Percentages of Color #36caeb

%11.00
%41.14
%47.86

CMYK Percentages of Color #36caeb

%77
%14
%0
%8

Triadic Colors of #36caeb

#36caeb #eb36ca #caeb36

Analogous Colors of #36caeb

#36caeb #3670eb #36ebb2

Monochromatic Colors of #36caeb

#36caeb

Complementary Color

#36caeb #eb5736

#36caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36caeb Color CSS Codes

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

#36caeb Text Font Color

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

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


#36caeb Background Color

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

This div background color is #36caeb


#36caeb Border Color

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

This div border color is #36caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36caeb


Comments

No comments written yet.

Please login to write comment.