Color Hex Logo

#36fbeb Color Hex

#36FBEB
(54,251,235)
0 Favorites   0 Comments

Color spaces of #36fbeb

RGB 54251235
HSL0.490.960.60
HSV175°78°98°
CMYK 0.780.000.06   0.02
XYZ51.013975.776890.5349
Yxy75.77680.23470.3487
Hunter Lab87.0499-47.7308-0.7288
CIE-Lab89.7556-49.5058-5.7309

#36fbeb color RGB value is (54,251,235).

#36fbeb hex color red value is 54, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #36fbeb hue: 0.49 , saturation: 0.96 and the lightness value of 36fbeb is 0.60.

The process color (four color CMYK) of #36fbeb color hex is 0.78, 0.00, 0.06, 0.02. Web safe color of #36fbeb is #33ffff. Color #36fbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 11111011 11101011
Octal 66 373 353
Decimal 54 251 235
Hex 36 FB EB

RGB Percentages of Color #36fbeb

%10.00
%46.48
%43.52

CMYK Percentages of Color #36fbeb

%78
%0
%6
%2

Triadic Colors of #36fbeb

#36fbeb #eb36fb #fbeb36

Analogous Colors of #36fbeb

#36fbeb #36a9fb #36fb89

Monochromatic Colors of #36fbeb

#36fbeb

Complementary Color

#36fbeb #fb3646

#36fbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36fbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#36fbeb Color CSS Codes

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

#36fbeb Text Font Color

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

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


#36fbeb Background Color

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

This div background color is #36fbeb


#36fbeb Border Color

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

This div border color is #36fbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36fbeb


Comments

No comments written yet.

Please login to write comment.