Color Hex Logo

#369ebe Color Hex

#369EBE
(54,158,190)
0 Favorites   0 Comments

Color spaces of #369ebe

RGB 54158190
HSL0.540.560.48
HSV194°72°75°
CMYK 0.720.170.00   0.25
XYZ23.042428.955753.0897
Yxy28.95570.21930.2755
Hunter Lab53.8105-17.7322-20.8284
CIE-Lab60.7425-19.0176-25.1005

#369ebe color RGB value is (54,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011110 10111110
Octal 66 236 276
Decimal 54 158 190
Hex 36 9E BE

RGB Percentages of Color #369ebe

%13.43
%39.30
%47.26

CMYK Percentages of Color #369ebe

%72
%17
%0
%25

Triadic Colors of #369ebe

#369ebe #be369e #9ebe36

Analogous Colors of #369ebe

#369ebe #365abe #36be9a

Monochromatic Colors of #369ebe

#369ebe

Complementary Color

#369ebe #be5636

#369ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#369ebe Color CSS Codes

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

#369ebe Text Font Color

<p style="color:#369ebe">Text here</p>

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


#369ebe Background Color

<div style="background-color:#369ebe">
Div content here</div>

This div background color is #369ebe


#369ebe Border Color

<div style="border:3px solid #369ebe">
Div here</div>

This div border color is #369ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369ebe


Comments

No comments written yet.

Please login to write comment.