Color Hex Logo

#36beba Color Hex

#36BEBA
(54,190,186)
0 Favorites   0 Comments

Color spaces of #36beba

RGB 54190186
HSL0.500.560.48
HSV178°72°75°
CMYK 0.720.000.02   0.25
XYZ28.797741.156452.8805
Yxy41.15640.23440.3351
Hunter Lab64.1533-32.1415-3.9645
CIE-Lab70.2854-36.0971-8.4403

#36beba color RGB value is (54,190,186).

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

The process color (four color CMYK) of #36beba color hex is 0.72, 0.00, 0.02, 0.25. Web safe color of #36beba is #33cccc. Color #36beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111110 10111010
Octal 66 276 272
Decimal 54 190 186
Hex 36 BE BA

RGB Percentages of Color #36beba

%12.56
%44.19
%43.26

CMYK Percentages of Color #36beba

%72
%0
%2
%25

Triadic Colors of #36beba

#36beba #ba36be #beba36

Analogous Colors of #36beba

#36beba #367ebe #36be76

Monochromatic Colors of #36beba

#36beba

Complementary Color

#36beba #be363a

#36beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#36beba Color CSS Codes

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

#36beba Text Font Color

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

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


#36beba Background Color

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

This div background color is #36beba


#36beba Border Color

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

This div border color is #36beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36beba


Comments

No comments written yet.

Please login to write comment.