Color Hex Logo

#36aebe Color Hex

#36AEBE
(54,174,190)
0 Favorites   0 Comments

Color spaces of #36aebe

RGB 54174190
HSL0.520.560.48
HSV187°72°75°
CMYK 0.720.080.00   0.25
XYZ25.951634.774154.0595
Yxy34.77410.22610.3029
Hunter Lab58.9696-24.6416-13.0746
CIE-Lab65.5724-27.2318-17.7259

#36aebe color RGB value is (54,174,190).

#36aebe hex color red value is 54, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #36aebe hue: 0.52 , saturation: 0.56 and the lightness value of 36aebe is 0.48.

The process color (four color CMYK) of #36aebe color hex is 0.72, 0.08, 0.00, 0.25. Web safe color of #36aebe is #3399cc. Color #36aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101110 10111110
Octal 66 256 276
Decimal 54 174 190
Hex 36 AE BE

RGB Percentages of Color #36aebe

%12.92
%41.63
%45.45

CMYK Percentages of Color #36aebe

%72
%8
%0
%25

Triadic Colors of #36aebe

#36aebe #be36ae #aebe36

Analogous Colors of #36aebe

#36aebe #366abe #36be8a

Monochromatic Colors of #36aebe

#36aebe

Complementary Color

#36aebe #be4636

#36aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#36aebe Color CSS Codes

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

#36aebe Text Font Color

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

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


#36aebe Background Color

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

This div background color is #36aebe


#36aebe Border Color

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

This div border color is #36aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36aebe


Comments

No comments written yet.

Please login to write comment.