Color Hex Logo

#36beef Color Hex

#36BEEF
(54,190,239)
0 Favorites   0 Comments

Color spaces of #36beef

RGB 54190239
HSL0.540.850.57
HSV196°77°94°
CMYK 0.770.210.00   0.06
XYZ35.514843.843288.2521
Yxy43.84320.21190.2616
Hunter Lab66.2142-20.1342-32.6734
CIE-Lab72.1236-19.7121-34.5368

#36beef color RGB value is (54,190,239).

#36beef hex color red value is 54, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #36beef hue: 0.54 , saturation: 0.85 and the lightness value of 36beef is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111110 11101111
Octal 66 276 357
Decimal 54 190 239
Hex 36 BE EF

RGB Percentages of Color #36beef

%11.18
%39.34
%49.48

CMYK Percentages of Color #36beef

%77
%21
%0
%6

Triadic Colors of #36beef

#36beef #ef36be #beef36

Analogous Colors of #36beef

#36beef #3661ef #36efc4

Monochromatic Colors of #36beef

#36beef

Complementary Color

#36beef #ef6736

#36beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#36beef Color CSS Codes

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

#36beef Text Font Color

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

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


#36beef Background Color

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

This div background color is #36beef


#36beef Border Color

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

This div border color is #36beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36beef


Comments

No comments written yet.

Please login to write comment.