Color Hex Logo

#36b2ce Color Hex

#36B2CE
(54,178,206)
0 Favorites   0 Comments

Color spaces of #36b2ce

RGB 54178206
HSL0.530.610.51
HSV191°74°81°
CMYK 0.740.140.00   0.19
XYZ28.582337.081364.0435
Yxy37.08130.22040.2859
Hunter Lab60.8944-22.7818-19.7300
CIE-Lab67.3380-24.2323-23.8859

#36b2ce color RGB value is (54,178,206).

#36b2ce hex color red value is 54, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #36b2ce hue: 0.53 , saturation: 0.61 and the lightness value of 36b2ce is 0.51.

The process color (four color CMYK) of #36b2ce color hex is 0.74, 0.14, 0.00, 0.19. Web safe color of #36b2ce is #3399cc. Color #36b2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10110010 11001110
Octal 66 262 316
Decimal 54 178 206
Hex 36 B2 CE

RGB Percentages of Color #36b2ce

%12.33
%40.64
%47.03

CMYK Percentages of Color #36b2ce

%74
%14
%0
%19

Triadic Colors of #36b2ce

#36b2ce #ce36b2 #b2ce36

Analogous Colors of #36b2ce

#36b2ce #3666ce #36ce9e

Monochromatic Colors of #36b2ce

#36b2ce

Complementary Color

#36b2ce #ce5236

#36b2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36b2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#36b2ce Color CSS Codes

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

#36b2ce Text Font Color

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

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


#36b2ce Background Color

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

This div background color is #36b2ce


#36b2ce Border Color

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

This div border color is #36b2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36b2ce


Comments

No comments written yet.

Please login to write comment.